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

[Feature Request] J2ME Support for old Java mobile phone software (.JAR/.JAD) #431

Open
Motwera opened this issue Nov 23, 2024 · 1 comment
Assignees
Milestone

Comments

@Motwera
Copy link

Motwera commented Nov 23, 2024

This is probably going to require some extra work, as metadata for these applications requires (usually) the retrieval of metadata from inside the .JAR file, or via the .JAD file. This could cause issues, however, with desktop-class .JAR files.

@GerbilSoft GerbilSoft self-assigned this Dec 4, 2024
@GerbilSoft GerbilSoft added this to the 2.5 milestone Dec 4, 2024
@GerbilSoft
Copy link
Owner

GerbilSoft commented Dec 4, 2024

Support for J2ME .jar files was merged in commit 5d618e6.

Standalone .jad files aren't supported yet, but since they're essentially the manifest.mf file, it shouldn't be too difficult to split out manifest parsing into its own RomData subclass. (Adding icons for .jad would require doing something like .vmi/.vms for Dreamcast save files.)

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

No branches or pull requests

2 participants