I liked the old launcher, because it had its own icon in the taskbar and wasn't grouped with other java programs (like Eclipse).
I created my own exe-Launcher with exe4j.
You can try it out - at your own risk.
You can download it jedit.exe
and place it in your jedit-directory c:\program files\jedit or so
in the Start menu
do a right-click on Jedit, select properties and change the target from
C:\WINDOWS\system32\javaw.exe -jar "C:\Program Files\jEdit\jedit.jar"
to
"C:\Program Files\jEdit\jedit.exe"
for using the "Open with Jedit" command the Explorer right mouse click context menu
In a shell run
regedit
do a backup
change
HKEY_LOCAL_MASCHINE/Software\Classes\*\Shell\Open with Jedit\command
from the
standard
"C:\......\javaw.exe -jar "C:\Program Files\jEdit\jedit.jar" -reuseview "%1"
to
"C:\Program Files\jEdit\jedit.exe" -reuseview "%1"
Try it out - enjoy
Meikel
m.bisping@gmx.de
Saver and better than InternetExplorer