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
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.
The text was updated successfully, but these errors were encountered:
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.)
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.
The text was updated successfully, but these errors were encountered: