How to change Java version and execute in an environment where Java cannot be installed freely

The method of changing the Java version and executing it in an environment where Java cannot be installed freely is described using jmeter as an example.

1. Start a command prompt.

2. Specify the path to the folder where the jre of the java version you want to execute is stored.


Command
set PATH="C:\00_dev_eclipse\pleiades-4.7.0-java-win-64bit-jre_20170628\pleiades\java\8\bin";%PATH%

3. Change to the Jmeter directory.


Command
C:\01_tool\apache-jmeter-3.3\bin

4. Run Jmeter.


Command
jmeter.bat

Recommended Posts

How to change Java version and execute in an environment where Java cannot be installed freely
What happened in "Java 8 to Java 11" and how to build an environment
Tomcat cannot be started due to java version change
Resolved the error that occurred when trying to use Spark in an environment where Java 8 and Java 11 coexist.
How to solve an Expression Problem in Java
I installed WSL2 without using Microsoft Store and tried to build an environment where Docker can be used
How to create a Java environment in just 3 seconds
How to convert A to a and a to A using AND and OR in Java
An unsupported Java version How to get rid of errors
How to lower java version
How to change a string in an array to a number in Ruby
How to call and use API in Java (Spring Boot)
How to develop and register a Sota app in Java
Differences in how to handle strings between Java and Perl
[Rails] How to execute "rails db: create" etc. in production environment EC2
How to switch Java version with direnv in terminal on Mac
[jOOQ] How to CASE WHEN in the WHERE / AND / OR clause
How to install the language used in Ubuntu and how to build the environment
[Rails] How to reset the database in production environment (Capistrano version)
How to encrypt and decrypt with RSA public key in Java
How to get the length of an audio file in java
How to learn JAVA in 7 days
How to use classes in Java?
How to name variables in Java
Java cannot be installed on Ubuntu 13.04
How to concatenate strings in java
How to test a private method in Java and partially mock that method
I get an error with bundle install and puma cannot be installed.
How to execute with commands of normal development language in Docker development environment
[Architecture design] How to execute SQL in Java application? 2WaySql vs ORM
How to change the maximum and maximum number of POST data in Spark
How to get the value after "_" in Windows batch like Java -version
How to make an app with a plugin mechanism [C # and Java]
How to create your own annotation in Java and get the value
How to check Java installed on Mac
How to implement date calculation in Java
How to implement Kalman filter in Java
Multilingual Locale in Java How to use Locale
How to set tabs and spaces to be visible by using the tab key to insert spaces in Java files in Eclipse
How to reflect seeds.rb in production environment
How to do base conversion in Java
[Java] How to output and write files!
Change List <Optional <T >> to Optional <List <T >> in Java
How to implement coding conventions in Java
How to embed Janus Graph in Java
How to get the date in java
How to use environment variables in RubyOnRails
Java to C and C to Java in Android Studio
How to execute multiple commands in docker-compose.yml
How to concatenate strings separated by commas using StringJoiner even in java7 environment
How to send custom metrics and events to datadog with laravel in docker-compose environment
How to ZIP a JAVA CSV file and manage it in a Byte array
Summary when trying to use Solr in Java and getting an error (Solr 6.x)
[Java] How to use FileReader class and BufferedReader class
How to execute and mock methods using JUnit
I want to send an email in Java.
[Java] How to get and output standard input
How to display a web page in Java
CORBA seems to be removed in Java SE 11. .. ..
How to install Titan2D (v4.2.0) in virtual environment
There seems to be no else-if in java