I just updated my Java to version 7 and used a 64 bit version. I'm hosting a server (that uses Java) and needed it to use some more ram. I have a plugin for the server that allows me to do some special scripts in Lua. Problem is, when I updated it, (the plugin is in Java as well) when the plugin tries to access LuaJava (what allows it to do Lua in Java) it throws an error because the dll is 32 bit and the Java that I've just installed is 64 bit. With that all in mind, I've determined, I need a 64 bit version of LuaJava.
Problem is, I can't find a 64 bit version online! I don't want to go back to a 32 bit version of Java just because there isn't a 64 bit version of a single 3rd party dll. I have to use this plugin though!
Here is a link to the LuaJava project: http://luaforge.net/projects/luajava/
Help in any way would be much appreciated!
Cheers!