This plugin allows you to view the contents of java class files.
- Windows 7 or later;
- Architectures x86_64 or x86;
- Total Commander;
- MS Visual Studio 2019 or later to build from source;
- 7zip to create plugin archive;
- Open jclass.sln in MS Visual Studio;
- Choose Build -> Batch Build and place a check mark next to jclass Release Win32 and jclass Release x64;
- Click on Build and wait until the project compilation is finished;
- Run
jclass.bat [VERSION]
to create plugin archive jclass-[VERSION].zip; - Ready to install;
If you using Total Commander 6.5 or later:
- Run Total Commander;
- Navigate to jclass-[VERSION].zip archive;
- Press ENTER to initiate auto-installation for the plugin archive;
Or for manual installation:
- Extract jclass.wlx64 and jclass.wlx files from archive jclass-[VERSION].zip;
- Run Total Commander;
- Choose Options -> Configure -> LS-Plugins;
- Click on Add;
- Choose jclass.wlx64 (x86_64) or jclass.wlx (x86) file and click OK;
- Run Total Commander;
- Navigate to file with extension .class;
- Press F3;