Jacorb 2.2.4 compilation
2 Message(s) by 2 Author(s) originally posted in java corba
| From: yuval.steinberg |
Date: Sunday, June 11, 2006
|
Hello,
The Jacorb 2.2.4 which can is downloaded from the Jacorb home page is
compiled with JAVA 1.5, and I wish to build it myself with JAVA 1.4.2.
I was running ant and got this
error . Any ideas ? (I even tried to "ant
clean" first, but no success)
BUILD FAILED
/
<directory>/JacORB-2.2.4/build.xml:52: The following error occurred
while executing this line:
JAVA.lang.IllegalAccessError: tried to access method
org.jacorb.idl.parser.init()V from
class org.jacorb.idl.JacIDL
| From: Nick Cross |
Date: Monday, June 12, 2006
|
wrote in message:
Hello,
The Jacorb 2.2.4 which can is downloaded from the Jacorb home page is
compiled with JAVA 1.5, and I wish to build it myself with JAVA 1.4.2.
I was running ant and got this error. Any ideas ? (I even tried to "ant
clean" first, but no success)
BUILD FAILED
/<directory>/JacORB-2.2.4/build.xml:52: The following error occurred
while executing this line:
JAVA.lang.IllegalAccessError: tried to access method
org.jacorb.idl.parser.init()V from class org.jacorb.idl.JacIDL
Yes, the compilation with JDK15 is a known issue that will be fixed
(i.e. it'll be compiled with 14) in the next release.
As to your error - rather strange - try doing realclean rather than just
clean, then a build. Please post jacorb questions to the
jacorb-developer mailing
list - you'll stand a better chance of
getting them answered there.
Cheers
Nick--
Nick Cross nick.cross@xxxxxxxxxxx
OpenFusion
CORBA & OpenSplice
DDS http://prismtech.com/middleware
Next Message: Jacorb - reading properties