Windows 7 : problem with JDK directory

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
bangkok
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 937
Joined: Fri Aug 15, 2008 7:15 am

Windows 7 : problem with JDK directory

Post by bangkok » Tue Feb 21, 2012 11:10 pm

I'm so pissed off.

I've managed to install everything on a Vista PC... But at home, on my Windows 7 laptop... LiveCode seems unable to locate the JDK.

The JDK is installed in "Program Files (x86)" (impossible to change) instead of "Program Files"... And LiveCode can't find it in the preferences window !

It's unbelievable that the installation can't be straight forward.

Do you confirm the issue with Windows 7 ?

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Windows 7 : problem with JDK directory

Post by Mark » Tue Feb 21, 2012 11:25 pm

Hi bkk,

What do you mean, can't find it? The preferences window uses a simple file dialog. Can't you just navigate to the right folder?

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

bangkok
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 937
Joined: Fri Aug 15, 2008 7:15 am

Re: Windows 7 : problem with JDK directory

Post by bangkok » Tue Feb 21, 2012 11:35 pm

My mistake. I found another message in the forum that gives the answer... I'm not used to Windows 7 and 64 bits. :roll:

******************
had this problem also. I am running 64bit Windows 7.

I had the wrong version of Java Installed. I removed the version I had installed. It was installed in Program Files (x86).

I installed jdk-6u24-windows-x64.exe and it installed in C:\Program Files\Java\jdk1.6.0_24 by default.
********************

Anyway. Now it's working.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: Windows 7 : problem with JDK directory

Post by mwieder » Tue Feb 21, 2012 11:57 pm

I'm not used to Windows 7 and 64 bits.
It gets worse with the system folders... 32-bit dlls are installed into the wow64 directory, and 64-bit dlls go into system32.
Some kind of Microsoft double-think.

Post Reply