Guest User

Untitled

a guest
Jun 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Exception in thread "main" java.lang.NoClassDefFoundError: password/PassCreator
  2. Caused by: java.lang.ClassNotFoundException: password.PassCreator
  3. at java.net.URLClassLoader$1.run(Unknown Source)
  4. at java.security.AccessController.doPrivileged(Native Method)
  5. at java.net.URLClassLoader.findClass(Unknown Source)
  6. at java.lang.ClassLoader.loadClass(Unknown Source)
  7. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  8. at java.lang.ClassLoader.loadClass(Unknown Source)
  9. Could not find the main class: password.PassCreator. Program will exit.
  10. Press any key to continue . . .
Add Comment
Please, Sign In to add comment