-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
If you're running this on Linux and don't want to downgrade your Java all the way to Java 8, you can avoid it using these steps:
- Go download the JRE tar for your platform here: https://github.com/adoptium/temurin8-binaries/releases/tag/jdk8u422-b05. You want the one that starts with "OpenJDK8U-jre_"
- Unzip that (
tar -zxf $FILENAME.tar.gz, if you don't know) anywhere you want. - Run the bash script to install CTAT like
INSTALL4J_JAVA_HOME_OVERRIDE=JRE_PATH_GOES_HERE bash CTAT_unix_4_4_0.sh, whereJAR_PATH_GOES_HEREis the absolute path to the JRE folder you unzipped in step 2. It very likely ends withjdk8u422-b05-jreor something similar. - That should run normally. Once you're done, there should be a new
CTATfolder in your home directory. You can run the Java applets in that folder from the terminal if you prepend them withINSTALL4J_JAVA_HOME_OVERRIDE=JRE_PATH_GOES_HEREjust like before (so something likeINSTALL4J_JAVA_HOME_OVERRIDE=JRE_PATH_GOES_HERE bash "CTAT for Java").
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels