You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue 2060 created by Omertron on 2011-08-03T22:14:05.000Z:
What steps will reproduce the problem?
1.Enter command in CMD: MovieJukebox library.xml -o x: 2. 3.
What is the expected output? What do you see instead?
Would expect process to start but fails immediately.
Error:
Exception in thread "main" java.lang.NoClassDefFoundError: com/moviejukebox/Movie
Caused by: java.lang.ClassNotFoundException: com.moviejukebox.MovieJukebox
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.moviejukebox.MovieJukebox. Program will exit.
What version/revision of YAMJ are you using? On what operating system?
Version 2.4 r2251
Windows Vista 32 bits
What skin are you using?
Default
What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other?
NMT
Please provide any additional information below.
I have already re-installed Java but that has not solved the issue.
The text was updated successfully, but these errors were encountered:
Original issue 2060 created by Omertron on 2011-08-03T22:14:05.000Z:
What steps will reproduce the problem?
1.Enter command in CMD: MovieJukebox library.xml -o x:
2.
3.
What is the expected output? What do you see instead?
Would expect process to start but fails immediately.
Error:
Exception in thread "main" java.lang.NoClassDefFoundError: com/moviejukebox/Movie
Caused by: java.lang.ClassNotFoundException: com.moviejukebox.MovieJukebox
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.moviejukebox.MovieJukebox. Program will exit.
What version/revision of YAMJ are you using? On what operating system?
Version 2.4 r2251
Windows Vista 32 bits
What skin are you using?
Default
What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other?
NMT
Please provide any additional information below.
I have already re-installed Java but that has not solved the issue.
The text was updated successfully, but these errors were encountered: