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 jadex-applications-web-4.0.267.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
jadex.web.examples.hellobdiv3
├─ jadex.web.examples.hellobdiv3.HelloWorldBDI.class - [JAR]
├─ jadex.web.examples.hellobdiv3.IHelloService.class - [JAR]
├─ jadex.web.examples.hellobdiv3.ISayHelloService.class - [JAR]
├─ jadex.web.examples.hellobdiv3.JadexDispatcherServlet.class - [JAR]
├─ jadex.web.examples.hellobdiv3.SayHelloBDI.class - [JAR]
jadex.web.examples.puzzle.servlet
├─ jadex.web.examples.puzzle.servlet.PuzzleDispatcherServlet.class - [JAR]
jadex.web.examples.puzzle
├─ jadex.web.examples.puzzle.Board.class - [JAR]
├─ jadex.web.examples.puzzle.HighscoreEntry.class - [JAR]
├─ jadex.web.examples.puzzle.IPuzzleService.class - [JAR]
├─ jadex.web.examples.puzzle.Move.class - [JAR]
├─ jadex.web.examples.puzzle.Piece.class - [JAR]
├─ jadex.web.examples.puzzle.Position.class - [JAR]
jadex.web.examples.mandelbrot
├─ jadex.web.examples.mandelbrot.DisplayAgent.class - [JAR]
├─ jadex.web.examples.mandelbrot.MandelbrotAgent.class - [JAR]
jadex.web.examples.helloworld
├─ jadex.web.examples.helloworld.JadexDispatcherServlet.class - [JAR]
jadex.web.tools.jadexdoc
├─ jadex.web.tools.jadexdoc.JadexdocServlet.class - [JAR]
├─ jadex.web.tools.jadexdoc.JaxcentFixServlet.class - [JAR]
├─ jadex.web.tools.jadexdoc.JaxcentHandler.class - [JAR]
jadex.web.examples.puzzle.agent
├─ jadex.web.examples.puzzle.agent.ChooseMovePlan.class - [JAR]
├─ jadex.web.examples.puzzle.agent.Main.class - [JAR]
├─ jadex.web.examples.puzzle.agent.MovePlan.class - [JAR]
├─ jadex.web.examples.puzzle.agent.PuzzleService.class - [JAR]