Open GoogleCodeExporter opened 8 years ago
looks like twwk.jar fault in:
java.lang.NoClassDefFoundError: javax/microedition/media/control/VideoControl
That class is defined in lib/microemu-jsr-135.jar
Sow a simple "java -jar microemulator.jar" Don't WORK :-( (because VideoControl
is not in the classpath of java)
If you include this file in the java excecution then it works!!! (Well at leas
it go to intro and seen to work :-) )
Lets execute in a terminal:
java -cp microemulator.jar:lib/microemu-jsr-135.jar org.microemu.app.Main
Sow is not a realy bug, is a lack of polish
Sory my poooor ingles :-P
Original comment by guillere...@gmail.com
on 29 Jul 2013 at 7:08
Original issue reported on code.google.com by
m.tsvetk...@mail.ru
on 26 Feb 2012 at 9:50