Issue
I'm trying to understand how car audio media works. I have read emmc, and found here .ifs file. By using IFSTool I have extracted all files from .ifs and found Intel .jxe file. OK I have decompiled .jxe file to Oracle .jar by using this tool: https://github.com/spacemeowx2/jxe2jar I have made editions, but is there a way to convert it back to Intel JXE? What tool/software should I use? Thanks for any info in advance :)
Solution
According to the documentation for jxe2jar
, the reverse conversion can be performed using jar2jxe
.
As far as I can tell, that tool is only (legally) available as a part of various IBM commercial products; e.g. WEME J9.
Unfortunately, the relevant IBM documentation doesn't seem to be publicly available.
Answered By - Stephen C
Answer Checked By - Clifford M. (JavaFixing Volunteer)