Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Web & Software Development  |  Other Developer Tools  |  PasswordPress  |  Fails to run under Mac OSX 10.3

PasswordPress

PasswordPress

random password generator

Version:  1.2

   [ Views: 593 ]

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

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)


  
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)

Rate this Troubleshooting Report

Was this Troubleshooting Report helpful? Yes | No

Comments

2 comments |

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


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.

Reply to This

Tuesday, May 03 2005 @ 11:29 AM PDT