nudge4j - Get Inside Your JVM
nudge4j gives you few lines of Java code to make your Java application accessible to the browser.
It's meant for use during development to provide an environment for experimenting with code against a running application.
Use nudge4j
Add the following code to your Java Application and start using nudge4j. If possible, you should add the code as the first line of your public static void main method.
It really is that simple: no jar to download, no classpath to modify and no pom to alter.
Once you are done with it, either remove the code or comment it out.
First Steps
Requirements
- Java 8
- Internet access many resources are hosted on GitHub and various other CDNs
- A modern browser (Chrome, Firefox, IE11+)