-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to integrate Freej2me with Mozilla’s Pluotsorbet #194
Comments
freej2me is a good project, I just put the compiled class file into Pluotsorbet's classes.jar , this action may slove some errors such as class not found , if you want to convert freej2me to Pluotsorbet , you should slove many errors, I think it is difficult, best wishes to you. |
Nice. In meantime I have fix for Bounce's water graphical error. Let me know if you are interested. |
Awesome, can you make a pull requests containing the code you fixed? |
I remembered copying the code from here, reimplementing |
Mozilla’s Pluotsorbet was once a J2ME emulator for browsers, but unfortunately the project was not maintained anymore.
There’s a fork that allows building, unfortunately the emulator doesn’t have sound and it has minor bugs (e.g. Nokia’s Bounce Tales the ball graphic is broken and the water is not rendering).
Since I saw another HTML-ready fork that has Freej2me in
java/classes.jar
, my question is how can I integrate Freej2me into that PluotSorbet fork? I tried added Freej2me java files into it but it has bunch of errors while compiling and I am new to Java…The text was updated successfully, but these errors were encountered: