WordPress database error: [Disk full (/tmp/#sql-temptable-1-2620ef-f2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `markjacobsen_options`
Hopefully by now you’re familiar with…<\/p>\n
java -version<\/code><\/pre>\n… to determine what version of Java you have installed, but sometimes you may want to know if you’re running a 32 bit or 64 bit version because you get an error like this…<\/p>\n
Can't load AMD 64-bit .dll on a IA 32-bit platform<\/code><\/pre>\n… to find out just run this variation of the command…<\/p>\n
java -d64 -version<\/code><\/pre>\n… if you have a 64 bit version you’ll get typical output. If not, you’ll get an error similar to this…<\/p>\n
This Java instance does not support a 64-bit JVM.\r\nPlease install the desired version.<\/code><\/pre>\nPlease remember to subscribe to the newsletter<\/a> to stay up to date!<\/i>
\n
\nYou or someone you know looking to buy or sell?<\/i>\n<\/a>
\nDisclaimer: Thoughts and opinions are my own, and do not reflect the views of any employer, family member, friend, or anyone else. Some links may be affiliate links, but I don't link to anything I don't use myself. You would think this should be self evident these days, but apparently not...<\/small><\/i>","protected":false},"excerpt":{"rendered":"Hopefully by now you’re familiar with… java -version … to determine what version of Java you have installed, but sometimes you may want to know if you’re running a 32 bit or 64 bit version because you get an error like this… Can’t load AMD 64-bit .dll on a IA 32-bit platform … to find … Continue reading Do I have 32 or 64 bit Java Installed?<\/span>