|
OK, after many painstaking hours of importing just enough source code
from Open JDK (and resolving broken references) there are no source
errors left in my Eclipse project, but now I get the following error
message: Attempt to include a core VM class in something other than a core library. It is likely that you have attempted to include the core library from a desktop virtual machine into an application, which will most assuredly not work. If you really intend to build a core library -- which is only appropriate as part of creating a full virtual machine binary, as opposed to compiling an application -- then use the "--core-library" option to suppress this error message. If you go ahead and use "--core-library" but are in fact building an application, then please be aware that your build will still fail at some point; you will simply be denied the pleasure of reading this helpful error message. [2008-10-21 13:55:04 - Android Kodak Proofing Software] 1 error; aborting [2008-10-21 13:55:04 - Android Kodak Proofing Software] Conversion to Dalvik format failed with error 1 Does anyone have any suggested course of action from here? I really would like to get RMI working in my Android application. By the way, for something that sounds so simple (Remote Method Invocation), RMI is sure one huge pig of dependencies on other APIs. With all that code behind it, RMI should be able to make cappuccino and toast bagels too. I apologize if that remark offends anyone who's worked to develop RMI, but the expansiveness of dependencies really took me by surprise. I can honestly see why Google didn't want to include RMI in the first release of Android. It would be really nice if Sun (or someone) could create an RMI-lite that just provides the core functionality of Remote Method Invocation. Alternately we'll just have to wait until mobile phones are powerful enough to support the full JSE. Cheers, Eric Eric Kolotyluk wrote: OK, I've copied in the RMI packages - most of it compiled without errors, but much of it requires reference to the sun... packages --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~--- |
- [android-beginners] Using RMI in Android Eric Kolotyluk
- [android-beginners] Re: Using RMI in Android Mark Murphy
- [android-beginners] Re: Using RMI in Android Eric Kolotyluk
- [android-beginners] Re: Using RMI in Androi... Eric Kolotyluk
- [android-beginners] Re: Using RMI in An... [EMAIL PROTECTED]

