Re: GNU Classpath - Creating RMI Package
Audrius Meskauskas <[email protected]>
| Newsgroups | gmane.comp.java.classpath.devel |
|---|---|
| Message-ID | <[email protected]> |
Dalibor Topic wrote: > Patrick Seiffert wrote: > > >> 1. There was a dependency to the gnu.java.Configuration class but all I >> found was a "Configuration.java.in" file. So I renamed it to >> "Configuration.java" but there are some unresolved expressions like >> "boolean INIT_LOAD_LIBRARY = @INIT_LOAD_LIBRARY@;" >> for example. >> >> > > You need to run configure first. It will create Configuration.java > from Configuration.java.in. > > cheers, > dalibor topic > > > You can also try GNU Classpath CORBA or RMI-IIOP on Android. Dependencies on the rest of Classpath code are minor. It can be very easily separated from the rest of Classpath and it should be quite simple to put is anywhere because it is pure java - no natives. Audrius Meskauskas