Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.78 KB

File metadata and controls

48 lines (33 loc) · 1.78 KB

JClass plugin for Total Commander

Downloads

This plugin allows you to view the contents of java class files.

Requirements

  1. Windows 7 or later;
  2. Architectures x86_64 or x86;
  3. Total Commander;
  4. MS Visual Studio 2019 or later to build from source;
  5. 7zip to create plugin archive;

How to BUILD

  1. Open jclass.sln in MS Visual Studio;
  2. Choose Build -> Batch Build and place a check mark next to jclass Release Win32 and jclass Release x64;
  3. Click on Build and wait until the project compilation is finished;
  4. Run jclass.bat [VERSION] to create plugin archive jclass-[VERSION].zip;
  5. Ready to install;

How to INSTALL

If you using Total Commander 6.5 or later:

  1. Run Total Commander;
  2. Navigate to jclass-[VERSION].zip archive;
  3. Press ENTER to initiate auto-installation for the plugin archive;

Or for manual installation:

  1. Extract jclass.wlx64 and jclass.wlx files from archive jclass-[VERSION].zip;
  2. Run Total Commander;
  3. Choose Options -> Configure -> LS-Plugins;
  4. Click on Add;
  5. Choose jclass.wlx64 (x86_64) or jclass.wlx (x86) file and click OK;

How to USE