I'm trying to compile a Java project with UEStudio, but after some test seems that the value CPATH is empty.
JDKv = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\JavaSoft\Java Development Kit\CurrentVersion)
CPATH = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\JavaSoft\Java Development Kit\$(JDKv)\JavaHome)
I looked with Regedit if the above keys are available, and of course they are, but the only way I found to compile is to write the absolute path of Java bin
CPATH = C:\Program Files\Java\jdk1.6.0_24
I'm running W7 Professional 64bit. Any suggestions to use the CPATH with access to hives?
Thanks.
JDKv = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\JavaSoft\Java Development Kit\CurrentVersion)
CPATH = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\JavaSoft\Java Development Kit\$(JDKv)\JavaHome)
I looked with Regedit if the above keys are available, and of course they are, but the only way I found to compile is to write the absolute path of Java bin
CPATH = C:\Program Files\Java\jdk1.6.0_24
I'm running W7 Professional 64bit. Any suggestions to use the CPATH with access to hives?
Thanks.