View Single Post
  #2 (permalink)  
Old September 15th, 2002
Unregistered
Guest
 
Posts: n/a
Default

Thanks for the intro, I followed along and thought I would mention that to append to a file you need to use >> rather than just > . It overwrote my existing rc.local the first time I went through it.

I am still having a trouble though. I am getting the errors

command:
$bash: phex

errors:
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 help would be great. thanks.
Reply With Quote