Page 1 of 1

Open source setup on a 64 bits windows

PostPosted: Tue Oct 26, 2010 1:17 pm
by danny.richadson
Environment: I have a 64bit Windows 7 machine

When using sevoy_win32.target the compiler gives no java errors. But if i try to run i get a message "java.lang.UnsatisfiedLinkError: Can not load 32-bit SWT libraries on 64-bit JVM"
This if logical, so i should use a 64 target. When using servoy_win32_64.target i get compiler errors that "The import org.eclipse.swt.SWT can not be resolved". So depending on which architecture ecplise can not find the required jar files. Where can I set it, or what am I doing wrong?

regards Danny Richardson

Re: Open source setup on a 64 bits windows

PostPosted: Tue Oct 26, 2010 1:45 pm
by jcompagner
what if you just use generic?

Do you have a 64 bit eclipse targeting a 64 bit servoy?

or are you mixing that?
So you have a 32 bit eclipse and you program against a 64 bit servoy?

Re: Open source setup on a 64 bits windows

PostPosted: Tue Oct 26, 2010 3:23 pm
by danny.richadson
what if you just use generic?

Yes, but it give the same error: "The import org.eclipse.swt.SWT can not be resolved".

Do you have a 64 bit eclipse targeting a 64 bit servoy? or are you mixing that?

i have installed a 64 bits Eclipse Classic, the Servoy version i do not known. I used the installer and i do not known how i can check if it a 64bits version

So you have a 32 bit eclipse and you program against a 64 bit servoy?

No, i have installed a 64bits eclipse and als a 64 bits java version

Re: Open source setup on a 64 bits windows

PostPosted: Tue Oct 26, 2010 3:31 pm
by jcompagner
do you 32 bit installed?
what is the jvm that you run on?


you can see this info in help->about->installation details->configuration

-arch
x86

look what eclipse uses and look what servoy uses.

Re: Open source setup on a 64 bits windows

PostPosted: Wed Oct 27, 2010 4:05 pm
by danny.richadson
Ok, thanks. The problem is Servoy Developer is a 32 bits version. Reinstalled a 64 bits version, now it works