#1087 Problems with Fantom installation

DanielFath Wed 28 Apr 2010

Ok, first off when I installed Fantom 1.0.52. on my Windows 7 64-bit machine (with 64-bit JVM), fantom said he couldn't Java even though java was added to the Path.

After adding Fantom to Path and changing config.props to point to a e:\..\jre6\bin\server\jvm.dll (there isn't a client jvm.dll only server) running Fantom produces following error.

ERROR: Cannot load library: e:\dev\lang\jre6\bin\server\jvm.dll

brian Thu 29 Apr 2010

All of the win32 binaries are for 32-bit windows. So you will need to launch using the java command probably - docs.

I am not sure if/how we can create a single executable which can work in both 32-bit and 64-bit windows. If someone wants to help out with that task, it would be great. While we are in the win32 launcher code, it would also be nice to create a console-less version.

Login or Signup to reply.