Skip to content
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

Is there any plan to support other multimedia library? #179

Open
ohayoyogi opened this issue Feb 22, 2023 · 3 comments
Open

Is there any plan to support other multimedia library? #179

ohayoyogi opened this issue Feb 22, 2023 · 3 comments

Comments

@ohayoyogi
Copy link

Is there any plan to support other multimedia library such as SDL2(with JNI)?

Currently, freej2me depends on AWT and makes it difficult to be ported to other platform which does not have awt.

I think it would be nice if media libraries could be switched by necessities.
How do you think about this?

@AShiningRay
Copy link
Contributor

...such as SDL2(with JNI)?

It's already supported through freej2me-sdl. It's pretty barebones for sure, but it's there.

Personally i don't use it much, and AWT support is already present in some form on all major systems that can run Java, making Java itself more of an impediment than AWT... are there any platforms that are capable of running FreeJ2ME but cannot run its AWT jar? If so, i might try to tackle the sdl2 version to flesh it out a "bit" more like i did with libretro.

@ohayoyogi
Copy link
Author

Hi, Paulo. Thank you for responding.

I'm a fan of J2ME and interested in developing J2ME emulator.

To implement cross platform J2ME emulator, I have started investigating minijvm and ported it to PS Vita.
minijvm does not support AWT, so freej2me cannot be executed on minijvm environment.

I thought it would be nice if there is an option to execute freej2me independent from AWT and posted this issue.

Thanks,

@recompileorg
Copy link
Collaborator

FreeJ2ME was designed with this in mind. You can remove AWT completely by replacing just a few class files in org/recompile/mobile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants