Click the "Select File" button above, and choose your JSA file.
You’ll see a preview, if available.
Click the "Convert file to..." button to extract text information.
Convert JSA to another file type
To convert your JSA file to another format, you need Java HotSpot VM or other Developer software.
Convert a file to JSA
To convert other file formats to the "Virtual Machine Data" file type, you need software like Java HotSpot VM or a similar tool.
About JSA files
A .jsa file is predominantly a Java Shared Archive used by the Java HotSpot Virtual Machine to store pre-parsed class metadata. These files are generated via the -Xshare:dump command to reduce the memory footprint of Java applications and improve startup speeds by allowing multiple JVM processes to map the same memory region.
However, .jsa files present significant challenges for developers and administrators. They are strictly binary, proprietary to the specific architecture and version of the JDK that created them, and not human-readable. You cannot simply open them in a text editor like Sublime Text or Notepad++ to inspect the code. Furthermore, they are essentially "black boxes" of pre-processed data; if a class is modified, the archive becomes stale and must be regenerated.
For analysis, debugging, or auditing purposes, users often need to convert or extract the contents of a .jsa file. The most common targets are JAR (Java Archive) or individual CLASS files to retrieve the bytecode for decompilation. For structural analysis without extraction, converting the metadata dump to TXT allows for easier inspection of the class hierarchy.
Convert.Guru analyzes your JSA file, detects the exact format, and lets you read the text inside.
If you want to convert JSA file to , you can use Java HotSpot VM or similar software from the "Java Class Data Optimization" category. In the File menu, look for Save As… or Export….
To convert files to JSA, try Java HotSpot VM or another comparable tool in the "Java Class Data Optimization" category.
The JSA Converter Story
The history of Convert.Guru began over 25 years ago in California with Tom Simondi’s file-format database. A former contributor to Space Shuttle development and a software pioneer of the 1980s, Simondi established a trusted resource for file type analysis that was even referenced by Microsoft Windows XP. Today, we use modern technology to process and convert thousands of file formats while continually improving our JSA converter.