Execution fails with the error
Fnord>java -jar PasswordPress.jar
Exception in thread "main" java.lang.NoClassDefFoundError: com/jgoodies/forms/layout/FormLayout
at com.unearthedjava.passwordPress.PasswordPress.buildPanel(PasswordPress.java:174)
at com.unearthedjava.passwordPress.PasswordPress.<init>(PasswordPress.java:150)
at com.unearthedjava.passwordPress.PasswordPress.main(PasswordPress.java:163)
Java version info
Fnord> java -version
java version \\\"1.4.2_05\\\"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-141.4)
Java HotSpot(TM) Client VM (build 1.4.2-38, mixed mode)
PasswordPress
random password generator
Version: 1.2
Fails to run under Mac OSX 10.3
Feedback Type: Troubleshooting Report
Contributed by: bowlingb Thursday, April 28 2005 @ 06:02 PM PDT
Product Platform: MacOSX
Used Product For: Less than a month
System Info:Java version info
Fnord> java -version
java version \\\\\\\"1.4.2_05\\\\\\\"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-141.4)
Java HotSpot(TM) Client VM (build 1.4.2-38, mixed mode)
Comments
Fails to run under Mac OSX 10.3 - UnearthedRuminator
I have also added PasswordPress.bat and PasswordPress.sh to the download file to assist with running the program from the command line.Tuesday, May 03 2005 @ 11:29 AM PDT
Fails to run under Mac OSX 10.3 - UnearthedRuminator
How are you trying to run the program? Are you simply double clicking on the PasswordPress.jar file? You might want to try running it from the terminal..java -jar PasswordPress.jar -classpath lib/forms-1.0.5.jar
Reply to This
Tuesday, May 03 2005 @ 08:14 AM PDT