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
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
What steps will reproduce the problem?
1. Don't start java app
What version of the product are you using? On what operating system?
Snapshot 3.0.0 from 10.01.2012
Please provide any additional information below:
Java app - ThirdWorld 3.
I try start the newest version: http://wap.fenix-soft.com/download/new/twwk.jar
but it don't work.
So for PC I must use the build with old version:
http://wap.fenix-soft.com/download/emul/twwkPC.exe
Original issue reported on code.google.com by supp...@uus4u.com on 26 Feb 2012 at 9:50
The text was updated successfully, but these errors were encountered:
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 guill...@adinet.com.uy on 29 Jul 2013 at 7:08
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Original issue reported on code.google.com by
supp...@uus4u.com
on 26 Feb 2012 at 9:50The text was updated successfully, but these errors were encountered: