Jvdroid – IDE for Java is a Java language compiler application that works completely offline, allowing you to write and run Java programs without an internet connection. It includes OpenJDK 11, supports the latest Java standards, and lets you use any necessary JAR file libraries.
HIGHLIGHTS
- In addition to the Java language compiler, the application also includes a fully functional terminal emulator for entering commands and viewing program execution results as if on a computer.
- The application also provides a Java interpreter (REPL) based on JShell to allow users to interactively run individual Java commands.
- Compilation speed is significantly improved, making repeated program runs faster.
- Besides Java, the application also allows compiling programs written in Kotlin, Scala, and Clojure via Maven.
EDITING SUPPORT
Jvdroid – IDE for Java, in addition to its compilation feature, also provides users with editing features that allow you to easily view and edit at any time:
- The editor supports code prediction, automatic indentation, and real-time code analysis, working almost like desktop IDEs.
- It has a Javadoc viewer to look up method and class descriptions directly while writing code.
- It supports reformatting source code to make your code cleaner and easier to read.
- The keyboard bar is expanded, adding a full range of commonly used symbols when programming in Java.
- It has syntax highlighting and many different interface themes for the editor.
- It allows quick sharing of source code to Pastebin with just one touch.
Comments (0)