Re: [SourceJammer-users] Client can not recognize Java 1.6
Brought to you by:
robertmacgrogan
From: lienok <li...@gm...> - 2008-03-06 07:20:31
|
Hi John, I did, so. As you could see, I use the same version, so I changed in sourcejammer.properties file to JRE version=1.6.0_03 but it did not help. C:\>java -version java version "1.6.0_03" Java(TM) SE Runtime Environment (build 1.6.0_03-b05) Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode) My JRE installation is not under program files, I have it under C:\Sun\SDK\jdk\jre but I suppose it does not influence anything. anyway thank you for an advice Lenka On Wed, Mar 5, 2008 at 11:10 PM, John Hildebrant <joh...@gc...> wrote: > Sourcejammer.exe works for me when I change sourcejammer.properties file: > > > > JRE version=1.6.0_03 (or whatever exact version is that you use) > > > > Note that 1.6.0_03 matches naming convention of JRE installation directory > (C:\Program Files\Java\jre1.6.0_03) so you can easily tell which version you > are using. > > Hope this helps, > > John > ------------------------------ > > *From:* sou...@li... [mailto: > sou...@li...] *On Behalf Of *Albert > Moliner > *Sent:* Wednesday, March 05, 2008 8:28 AM > *To:* lienok > *Cc:* sou...@li... > *Subject:* Re: [SourceJammer-users] Client can not recognize Java 1.6 > > > > Hello again. > > > > It's not strange that "1.6" is not enough, since in latter versions they > also include subversion numbers. For example, I, for Java 1.5, have " > 1.5.0_09". > > > > The odd thing is the lack of the registry entry. Without it, I guess that > the launcher application will not be able to find the Java binaries, so I > don't know how you should proceed to get the .exe running. However, you > should be able to run the client anyway by means of the sj_gui.bat. At > least, does the bat open the program? > > > > > > > > ----- Original Message ----- > > *From:* lienok <li...@gm...> > > *To:* Albert Moliner <amo...@ev...> > > *Cc:* sou...@li... > > *Sent:* Wednesday, March 05, 2008 2:10 PM > > *Subject:* Re: [SourceJammer-users] Client can not recognize Java 1.6 > > > > Hello Albert, > > well I have checked sourcejammer.properties > JRE version=1.4 > I have tried to change it to 1.6, it did not help. > > Additionaly I do not have variable like \HKEY_LOCAL_MACHINE\SOFTWARE > > \JavaSoft\Java Runtime Environment > > all I have which can be connected to JAVA is > \HKEY_LOCAL_MACHINE\SOFTWARE\Sun Microsystems\Application Server\9PE > or > \HKEY_LOCAL_MACHINE\SOFTWARE\Sun Microsystems\Sun Java System Message > Queue\3.5SP1AS > > but I suppose nothing which can help me. :( > > thanks anyway > > |