|
|
Okay, so I am new to eclipse, but I have it installed, as well as Dragonfly. Now I can get to the Dragonfly perspective…and I wrote the quick hello world program, saved, and then hit run as Virtual Bug… I get a list of whats going on, but I get this attached to the end Thu Mar 06 10:43:25 PST 2008 Added modlet factory com.buglabs.bug.emulator.modules.gps (GPS) to map.Thu Mar 06 10:43:25 PST 2008 Added modlet factory com.buglabs.bug.module.camera (CAMERA) to map. Thu Mar 06 10:43:25 PST 2008 Added modlet factory com.buglabs.bug.emulator.modules.motion (MOTION) to map. Thu Mar 06 10:43:25 PST 2008 Added modlet factory com.buglabs.bug.emulator.module.lcd (LCD) to map. Thu Mar 06 10:43:25 PST 2008 Creating manager but no Pipe, due to being a virtual BUG. STARTING file:/home/matthias/Programming/eclipse/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.277/kernel/com.buglabs.bug.slp.jar #
My initial thoughts are that I have the wrong Java Virtual machine, but I am also recently new to linux, specifically Ubuntu and generally dont have a good idea of how to change that if it is the case. Maybe the 64bit doesnt jive with the BUG? Can someone point me in the right direction? |
|
|
Hi, Matthias. Have you tried installing the Sun JDK? $ sudo apt-get install sun-java5-jdkI'm not logged into a 64-bit Ubuntu system at the moment, but I believe that the sun-java5-jdk and sun-java6-jdk packages are available for 64-bit Ubuntu. You may need to enable the Multiverse repositories, if you haven't done that already. You should be able to find some good documentation on the Ubuntu wiki here about how to do that. |
|
|
Thanks for the reply agordon! Time for some BUG coding! |