Allow classpath to use JRE_HOME and JDK_HOME environmental variables#56
Allow classpath to use JRE_HOME and JDK_HOME environmental variables#56kc7bfi wants to merge 4 commits intopoidasmith:masterfrom
Conversation
|
Thanks for the suggestion. It looks useful. |
|
Has this been merged into the trunk? David David R Robison On 12/7/2013 4:54 AM, poidasmith wrote:
This email communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed. |
This allows me to specify the JavaFX library in my ini file as:
classpath.2=%JDK_HOME%\jre\lib\jfxrt.jar
classpath.3=%JRE_HOME%\lib\jfxrt.jar