I'm not sure if this is the right forum... Anyway here is my question:
I'm trying to run a jar file (java applet), but it crashes:
Code:
amwink@schwarz:~> java -jar SearchAndView.jar
Exception in thread "main" java.lang.NoClassDefFoundError: BlowfishJ/BlowfishOutputStream
at SViewFrame.<init>(SViewFrame.java:67)
at SearchAndView.main(SearchAndView.java:96)
I tried to run as root and upgraded to the lastest version of JRE (1.5.0_02-b09), but I still get this error.
I'm running Slack 10.1 (kernel 2.4.29).
Any ideas?
Tks.
amwink