I am trying to get around a problem having Java15 installed on my MacOS. I cannot launch LogMx since it is looking for a .dylib in the wrong place for Java15. So I edited the startup.conf JAVA_PATH to point to a Java8 JDK. I have used two paths since I was not exactly sure of the ending
/Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/Home/bin/
/Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/Home/bin
In both cases LogMx starts up, shows the logo and then quits. There is nothing in the log to indicate the problem. Can you give me some advice?
updating startup.conf JAVA_PATH
Moderator: admin
Re: updating startup.conf JAVA_PATH
Hello,
LogMX runs fine on our end with Java 15 on macOS (Java 15.0.1), as well as Java 8. As for JAVA_PATH, it should work if you point to /Home/bin, /Home/bin/, /Home, or /Home. Here are a few things you can try:
Xavier
LogMX runs fine on our end with Java 15 on macOS (Java 15.0.1), as well as Java 8. As for JAVA_PATH, it should work if you point to /Home/bin, /Home/bin/, /Home, or /Home. Here are a few things you can try:
- Look at the LogMX log files ("LogMX*.log*" in your home directory), to see if some errors happen during LogMX startup
- Temporarily move your file "<LogMX-Directory>/config/logmx.properties" to another location (or rename the file), to start LogMX with a fresh configuration
- Start LogMX through the terminal using the command "<LogMX-Directory>/LogMX.app/Contents/MacOS/LogMX" and check the output
Xavier