|
From: Pete P. <pet...@cy...> - 2003-10-30 17:36:48
|
Aha! That's was it. Seems what I did was rename my folder from 'jEdit 4.2pre6' to 'jEdit' after installation, which broke the script. Simple fix, thanks for the tip. Pete Andre Bender wrote: > Hi Pete, > > it looks like some easy error in the executing script. (I hope it is a > script, at this moment I am tied to a win-machine) > > Open it and place the option -jar beteween /someplace/java and > /someotherplace/jedit.jar > > after your changes it should look like > /someplace/java -jar /someotherplace/jedit.jar (and some more parameters > here) > > cu > Andre > >>I'm running jEdit 4.2pre6, and when I try to use the jedit command in >>the terminal (/usr/local/bin/jedit) I get the following: >> >>bash-2.05a$ jedit >>Exception in thread "main" java.util.zip.ZipException: No such file or >>directory >> at java.util.zip.ZipFile.open(Native Method) >> at java.util.zip.ZipFile.<init>(ZipFile.java:112) >> at java.util.jar.JarFile.<init>(JarFile.java:117) >> at java.util.jar.JarFile.<init>(JarFile.java:55) >> >> >>Any ideas? >> >>thanks... >> >>Pete >> >> >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: SF.net Giveback Program. >>Does SourceForge.net help you be more productive? Does it >>help you create better code? SHARE THE LOVE, and help us help >>YOU! Click Here: http://sourceforge.net/donate/ >>-- >>----------------------------------------------- >>jEdit Users' List >>jEd...@li... >>https://lists.sourceforge.net/lists/listinfo/jedit-users >> > > |