Closed GoogleCodeExporter closed 8 years ago
Original comment by jazzklein
on 6 Jul 2013 at 5:31
What is the value of HKLM/SOFTWARE/JavaSoft/Java Runtime
Environment/CurrentVersion?
Original comment by jazzklein
on 6 Jul 2013 at 11:43
I believe your problem is that you're not running a Windows installer for that
version of Java and the Registry isn't being updated. On my machine, there is a
proper value for that and the installer will run and put the service into
place.
Note that if you don't care about running Variman as a service, you can install
it from the non-Windows bundle and simply run "java -jar variman.jar" against
it and it will work too.
The installer's primary purpose is to install Variman as a service on Windows.
Original comment by jazzklein
on 10 Jul 2013 at 12:32
What should the proper value be for that registry key? If it's not a
service, would I just run a batch in machine startup to execute the jar?
Either way, I appreciate you looking into this.
Will Zablocki, CEO
IRA Suite
Original comment by w...@comsoftinc.com
on 10 Jul 2013 at 12:55
It depends on the version of Java installed. It should be "1.5", "1.6" or
"1.7". HKLM/SOFTWARE/JavaSoft/Java Runtime Environment/[version]/JavaHome and
RuntimeLib keys should then point to the JAVA_HOME and jvm.dll for the service
to use.
I'm not much of a Windows guy, but a BAT or CMD that invokes "java -jar
variman.jar" would also work. I don't know how you set that up to automatically
start. Using the service on a Windows Server is the best way. I'd suggest
finding the right windows downloader for this. The fact you used a .gz file
instead of .exe was curious.
Original comment by jazzklein
on 10 Jul 2013 at 1:23
Strangely enough, I was distressed about using a gz, but I couldn't find
the proper exe. I remember only seeing an x32. Thank you for your help.
Will
Original comment by w...@comsoftinc.com
on 10 Jul 2013 at 2:00
Original issue reported on code.google.com by
w...@comsoftinc.com
on 14 May 2013 at 5:41