ChaosYoshi wrote:Jellonator wrote:ChaosYoshi wrote: but I can't read Javascript well yet, so I can't be entirely sure on that.
Java =/= Javascript
Just tells you how little I know.
Anyways, are you using the correct type of Java that best fits with your system? I ask because I use a 64-bit operating system and I got the 32-bit version of Java.
There is a little thing called 'the big 3s'
1: your system's bits
2: your OS's bits
3: your application's bits
It works like this: 32 bits can run on 64 bits, but usually not the other way around.
You can have 64 bit system and 64 bit OS, and still be able to use 32 bit java, but you can't have a 32 bit OS an use 64 bit java,
although 64 bit tends to run better on 64 bit systems than 32 bit does.