tofi86 / universalJavaApplicationStub

universalJavaApplicationStub - an alternative Application launcher script for Java based macOS Apps that works with both Apple's and Oracle's PList format and supports the old Apple Java 6 as well as all the latest Oracle/OpenJDK/Adopt/Corretto JRE's/JDK's. Plus it supports drag&drop to the Dock icon 🎉
MIT License
356 stars 168 forks source link

adding embedded JVM key into demo plist (failed) #116

Closed ivanooi closed 2 years ago

ivanooi commented 2 years ago

Hi,

I added the embedded JVM key into demo plist. but look like it did not work. I'm having this error.

Mac OS 10.15 JDK 16

image image

this is how the plist look like : image

this is where I place the vm : image

Thanks for the great job :-D.

ivanooi commented 2 years ago

ooooo ! my bad!! the JVMVersion causing it failed. sorry

it work now :-D.

tofi86 commented 2 years ago

Glad to hear this works for you! :-)

ivanooi commented 2 years ago

Hi, is it possible to pass the parameters in? thanks

tofi86 commented 2 years ago

Which params? The JAVA_HOME value? That's not possible...

ivanooi commented 2 years ago

pass abc into mac app some things like this : my.app abc

tofi86 commented 2 years ago

That should be possible, yes...

ivanooi commented 2 years ago

great! thanks :-D