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 vie-gwt-client-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alkacon.vie.client
├─ com.alkacon.vie.client.Entity.class - [JAR]
├─ com.alkacon.vie.client.EntityAttribute.class - [JAR]
├─ com.alkacon.vie.client.EntityCollection.class - [JAR]
├─ com.alkacon.vie.client.I_EntityArrayCallback.class - [JAR]
├─ com.alkacon.vie.client.I_EntityCallback.class - [JAR]
├─ com.alkacon.vie.client.I_EntityCollection.class - [JAR]
├─ com.alkacon.vie.client.I_Vie.class - [JAR]
├─ com.alkacon.vie.client.Type.class - [JAR]
├─ com.alkacon.vie.client.Vie.class - [JAR]
com.alkacon.vie.client.example
├─ com.alkacon.vie.client.example.VieEntryPoint.class - [JAR]
com.alkacon.vie.shared
├─ com.alkacon.vie.shared.I_Entity.class - [JAR]
├─ com.alkacon.vie.shared.I_EntityAttribute.class - [JAR]
├─ com.alkacon.vie.shared.I_Type.class - [JAR]
com.alkacon.vie.client.widgets
├─ com.alkacon.vie.client.widgets.HalloWidget.class - [JAR]
├─ com.alkacon.vie.client.widgets.SimpleEditWidget.class - [JAR]