-
The only issue to be compatible with 64bit that needs to be solved is the lemur_jni.dll, this needs to be 64bit to run some lemur jars on windows 7.
will continue this issue as a feature request proposing 64bit installer:
https://sourceforge.net/tracker/?func=detail&aid=2896850&group_id=161383&atid=819618.
2009-11-12 20:45:46 UTC by allarddijk
-
To run some Lemur jars you need the lemur_jni.dll linked for 64bit on a 64bit system, else Java will complain and exit.
I dont know if it's possible to pack a 32bit and a 64bit lemur_jni.dll for 1 installer, or (preferable) to create a 32 and a 64bit installer.
Please also add the 64bit environment to the solution files.
For other users need the 64bit lemur_jni, this is very simple:
1...
2009-11-12 20:45:07 UTC by allarddijk
-
I didn't mean that you saw 1.5, rather that the error message itself is another bug.
I don't know enough about the 64-bit registry to explain why the installer was looking in HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment
when the key specified in the installer source file (NullSoft Install System script) is indeed
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime...
2009-11-12 19:38:53 UTC by david_fisher
-
The key does exist at this system:
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime
Environment\CurrentVersion = "1.6"
I captured the install process and see it tries to open HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment
resulting in "NAME NOT FOUND", just before the problem.
It seems that the installer does not look for the key you mentioned.
As you can see in the...
2009-11-12 19:26:31 UTC by allarddijk
-
david_fisher committed patchset 1976 of module lemur to the The Lemur Toolkit CVS repository, changing 1 files.
2009-11-12 19:13:38 UTC by david_fisher
-
david_fisher committed patchset 1975 of module lemur to the The Lemur Toolkit CVS repository, changing 1 files.
2009-11-12 19:01:38 UTC by david_fisher
-
Indeed, the spec should be augmented when using the implicitly specified file class environment. Change checked in to CVS.
2009-11-12 18:44:38 UTC by david_fisher
-
david_fisher committed patchset 1974 of module lemur to the The Lemur Toolkit CVS repository, changing 1 files.
2009-11-12 18:44:16 UTC by david_fisher
-
Mapping extensions to a canonical form is preferable to adding a new file_class_environment_spec for each extension variant. Realized in a similar fashion to the field name conflation code. To be included in the 4.11 release (tentatively scheduled for 12/21/2009).
2009-11-12 18:34:46 UTC by david_fisher
-
david_fisher committed patchset 1973 of module lemur to the The Lemur Toolkit CVS repository, changing 1 files.
2009-11-12 18:34:38 UTC by david_fisher