Is there a flag that can be used to pass in a specific java version for the Mac Client to use?
Thanks,
Answer by Andreas G. ·
Hi Jeff
Here is what I got from engineering - with a disclaimer that they used this in the past but also ran into issues where certain JVM versions were disabled by MacOS and therefore this approach didnt work. But - give it a try.
There is no special flag to specify the java version - but - you can create symbolic links to the JRE directory in the dynaTrace Client dir like shown here:
$ cd ~/<clientlocation>/dynaTrace Client 6.0.0.app/Contents/MacOS/
$ rm jre
$ ln -s /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/ jre
Here is another example:
$ cd ~/<clientlocation>/dynaTrace Client 6.0.0.app/Contents/MacOS/
$ rm jre
$ ln -s /Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home jre
Hope this helps
JANUARY 15, 3:00 PM GMT / 10:00 AM ET