Search found 5 matches

by hvhv19
02 Oct 2020, 12:18
Forum: Installation & Configuration
Topic: [SOLVED] Hardcode JVM Path
Replies: 8
Views: 12683

Re: Hardcode JVM Path

Thank you guys for all the effort. I think I figured it out so on top of the path being incorrect there was another step missing. I had to modify the cache.json file that is in the JVM Cache folder to point it manually to: { "runtimes": [ { "version": "15", "vendor...
by hvhv19
02 Oct 2020, 10:44
Forum: Installation & Configuration
Topic: [SOLVED] Hardcode JVM Path
Replies: 8
Views: 12683

Re: Hardcode JVM Path

It seems like no matter what path I try, even after I edit the response file after installation, just to test what path works, it still won't pick it up. It instead still tries to download a jdk11 from azul. Just double checking: in case it does pick up the cache.dir correctly: are the jvms going to...
by hvhv19
02 Oct 2020, 09:08
Forum: Installation & Configuration
Topic: [SOLVED] Hardcode JVM Path
Replies: 8
Views: 12683

Re: Hardcode JVM Path

Hi,

I tried this as well which does resolve if I just enter it in Windows Explorer:

ows.jvm.manager.cache.dir="C:\Users\user_h\java_jdks"

Is there anywhere I could see some log saying if it could find or not find the path?
by hvhv19
02 Oct 2020, 08:41
Forum: Installation & Configuration
Topic: [SOLVED] Hardcode JVM Path
Replies: 8
Views: 12683

Re: Hardcode JVM Path

Hi guys, Much appreciated your fast replies. I did create my own response file and it does install in the custom location I provide in it. However ows.jvm.manager.cache.dir =C\:\\Users\\user_h\\java_jdks does not seem to work. I am not sure what I am omitting or doing wrong, this is how the response...
by hvhv19
28 Sep 2020, 13:44
Forum: Installation & Configuration
Topic: [SOLVED] Hardcode JVM Path
Replies: 8
Views: 12683

[SOLVED] Hardcode JVM Path

Hi guys, I am trying to put together a response.varfile to pass to my infrastructure team. Can someone tell me how I can point OpenWebstart to use a specific JVM. We need this to be our own provided one as it will have some certificates injected into the java keystore. It is not clear to me what JVM...