Build problem in IKVM 8.0.5259 on Linux
Joan Karadimov <[email protected]>
| Newsgroups | gmane.comp.java.ikvm.devel |
|---|---|
| Message-ID | <CAGVACNV-UDXoWz15+zywbALg1JuHvjeJjJ4thzswU=q4n2Psxg@mail.gmail.com> |
The latest IKVM build (8.0.5259) fails on Linux (Ubuntu 14.04 with Oracle
Java 8). The message is "error: Class sun.rmi.registry.RegistryImpl not
found."
The problem seems to be in "openjdk/openjdk.build" line 193. Currently it
looks like this:
<property name="CLASSPATH" value="mscorlib.jar;System.
Xml.jar;${OpenJDK.dir}/jdk/src/share/classes/${pat\
hsep}${OpenJDK.dir}/corba/src/share/classes" />
Replacing the semicolons with "${pathsep}" fixes the problem for me:
<property name="CLASSPATH" value="mscorlib.jar${pathsep}
System.Xml.jar${pathsep}${OpenJDK.dir}/jdk/src/share/classes/${pat\
hsep}${OpenJDK.dir}/corba/src/share/classes" />
Thanks,
~Joan
------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Ikvm-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ikvm-developers