Back to Top
Java Runtime Environment Pro Screenshot 0
Java Runtime Environment Pro Screenshot 1
Java Runtime Environment Pro Screenshot 2
Java Runtime Environment Pro Screenshot 3
Free website generator for mobile apps; privacy policy, app-ads.txt support and more... AppPage.net

About Java Runtime Environment Pro

Pro version:
1 No Ads
2 Support manual input of "args" parameters.
3 Add an Integrated Development Environment (IDE) to the settings page that allows you to run Java code and also supports compiling it into a JAR file for sharing with others.

Run .jar file (Java version is 17)
The effect of this app is the same as the command below:
java -jar xxx.jar

This app can run .class file, the effect is same as the command below:
java Hello
Hello is the Hello.class, select from you device which you want to run

spring boot packaged into jar can also run

1.8.0:
Add an Integrated Development Environment (IDE) to the settings page that allows you to run Java code and also supports compiling it into a JAR file for sharing with others.

1.7.3:
Command-line interactive interface adds tab, control, and fn keys.

1.7.2:
1. If a JAR file contains multiple main methods, you can switch between different main methods by manually entering the package name and class name during JAR execution. By default, the JAR reads the Main-Class entry from the MANIFEST.MF file to determine the main class to be executed.

2. If the execution of a JAR file requires dependencies from another JAR, you can add the additional JAR to the classpath setting.

Similar Apps

Java Runtime Environment

Java Runtime Environment

0.0

The Java Runtime Environment, or jre for short, is a java runtime...

Algorithm animation

Algorithm animation

0.0

Welcome to Algorithm animation, a dedicated app designed for algorithm learners. Whether...

Python Runtime Environment

Python Runtime Environment

0.0

1、Support editing and running Python code2、support offline compiler...

Algorithms Buddy

Algorithms Buddy

0.0

Algorithms, 4th Edition CodeSometimes, I want to see the running effects of...

Java Runtime Environment Pro

Java Runtime Environment Pro

0.0

Pro version:1 No Ads2 Support manual input of "args" parameters.3 Add an...

Programming compiler

Programming compiler

0.0

One programming compiler.support Java python javascript c c++ scala c# golang ruby...

Frequently Asked Questions(FAQ)

What are the features of the Java Runtime Environment Pro version?

The Pro version includes the following features:

How can I run a .jar file using the Java version 17?

To run a .jar file using Java version 17, you can use the following command:

Can this app run .class files?

Yes, this app can run .class files. To run a .class file, select the desired file from your device.

Is it possible to run a Spring Boot application packaged into a JAR file?

Yes, it is possible to run a Spring Boot application packaged into a JAR file.

What features were added in version 1.8.0 of the Java Runtime Environment?

Version 1.8.0 added an Integrated Development Environment (IDE) to the settings page, allowing you to run Java code and compile it into a JAR file for sharing with others.

What features were added in version 1.7.3 of the Java Runtime Environment?

Version 1.7.3 added support for tab, control, and fn keys in the command-line interactive interface.

What features were added in version 1.7.2 of the Java Runtime Environment?

Version 1.7.2 added the following features: