Does anyone know how to locate java.exe path using Delphi?
I'm starting Java application in Delphi program and I need java.exe path. I used google, but I didn't find anything :(
I can't use constant path because some systems have 64 bit java, some 32 bit, some people install java on D: drive...
I will use this http://jstart32.svn.sourceforge.net/viewvc/jstart32/trunk/src/template/
Thank you everyone!