View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window basex-backend-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.formulasearchengine.mathosphere.basex
├─ com.formulasearchengine.mathosphere.basex.BaseXClient.class - [JAR]
├─ com.formulasearchengine.mathosphere.basex.Benchmark.class - [JAR]
├─ com.formulasearchengine.mathosphere.basex.Client.class - [JAR]
├─ com.formulasearchengine.mathosphere.basex.Server.class - [JAR]
├─ com.formulasearchengine.mathosphere.basex.TexQueryGenerator.class - [JAR]
com.formulasearchengine.mathosphere.basex.types
├─ com.formulasearchengine.mathosphere.basex.types.Formula.class - [JAR]
├─ com.formulasearchengine.mathosphere.basex.types.Hit.class - [JAR]
├─ com.formulasearchengine.mathosphere.basex.types.Qvar.class - [JAR]
├─ com.formulasearchengine.mathosphere.basex.types.Result.class - [JAR]
├─ com.formulasearchengine.mathosphere.basex.types.Results.class - [JAR]
├─ com.formulasearchengine.mathosphere.basex.types.Run.class - [JAR]