0

How would I go about running my Jar files to test with Openj9 in Ubuntu? Preferably using a .sh script

1 Answer 1

2

you can use a script like below:

#!/bin/bash

your_path_to_open_jdk_9/bin/java -jar yourJar.jar

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.