Unable to use JSVC with Java 1.6 in Mac OS X 10.5 (Leopard)
-----------------------------------------------------------
Key: DAEMON-121
URL: https://issues.apache.org/jira/browse/DAEMON-121
Project: Commons Daemon
Issue Type: Task
Affects Versions: 1.0.1
Environment: Mac OS X 10.5 (Leopard), Java 1.6 (64-Bit)
Reporter: Edwin Chu
The Java 1.6 VM provided by Apple is 64-bit only, but the JSVC codebase
currently only build for i386 arch, and thus the JSVC is unable to load the
Java 1.6 VM.
The main problem of building JSVC for 64-bit environment is its use of legacy
Mac OS X API to load the dso, which could not be used to load 64-bit dso. One
quick fix is to use the newer dynamic loader functions in Mac OS X but these
functions only available in Mac OS X 10.3 and later.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.