LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Jedit Install problems.... (https://www.linuxquestions.org/questions/linux-software-2/jedit-install-problems-86510/)

joel112 08-28-2003 03:35 AM

Jedit Install problems....
 
i am trying to install jedit, but it doesnt seem to want to work

$ java -Djava.compiler=none -jar jedit40install.jar


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:127)
at java.util.jar.JarFile.<init>(JarFile.java:65)

I have JAVA_HOME set and my path.. i dont know whats up with it.... anone got any poiters as to wht i am doing wrong?

nephilim 08-28-2003 03:41 AM

Have you tried ./jedit40install.jar (possibly after changing the rights of the file with chmod)?

Hangdog42 08-28-2003 07:09 AM

Would it install if you left out the -D flag?

java -jar jedit40install.jar

Quasaur 11-15-2003 03:34 PM

Just for the record...

I had the same problem...changing the chmod did the trick.


All times are GMT -5. The time now is 08:44 AM.