|
|
I don’t have the Europa node under Ubuntu’s stock Eclipse installation—only the Calysto one. I downloaded the latest Eclipse 3.3 from their website but it crashes reliably when I try go to Help -> Software Updates. I will file a but with Eclipse, but what should I do in the meanwhile? |
|
|
Did you download Eclipse Classis? It’s the last version linked on the downloads page (http://www.eclipse.org/downloads/): It should have the Europa node; the problem I had was that GEF didn’t show up under Europa until I changed to another mirror. |
|
|
When I use that version of Eclipse, it hangs when I click Help When I use the older version of Eclipse that does not hang, it has the Calypso node but not the Europa one. |
|
|
Ryan, What version and vendor of Java are you using? I’ve seen the same behavior you have with GCJ on Ubuntu… If you’re using Ubuntu, I’d recommend removing GCJ and Eclipse via the Synaptic Package Manager, and manually installing Sun’s Java 1.5 and Eclipse. |
|
|
Hey finsprings (or do you prefer Dave?) – Thanks for your help in the forums. Just wanted to say you doing a great job – in the true beta spirit. Ken – I’m also impressed you are up and actively posting at 7:00 am! |
|
|
Thanks for the suggestion – I removed the GNU java packages and Eclipse packages, as well as Java 6 packages, and installed the Java 5 packages. However, now when I try to start Eclipse it tells me that it can’t find Java in my PATH. I’ll try to resolve that on my own, but if anybody knows a good way to do it, please tell me. :-) |
|
|
You need to add the jdk1.6.../bin directory to your path. You can do that in your .bashrc file with something like: PATH=$PATH:pathtojdk1.6/bin export PATH You can then open a new shell and do 'echo $PATH' and you should see the JDK bin directory on your path. You can also do '. ~/.bashrc' to source it into your current shell without opening a new one. Then try javac and if it does something you know it's on your path. |
|
|
Either's fine :-) |
|
|
I’m having problems getting the SDK going… I’ve got Eclipse Platform 3.3.0 running and installed the GEF SDK (which also installed the GEF). I installed the Bug Labs SDK plugins and when I try to open up the perspective, the Bug Labs SDK is not listed. Any ideas? |
|
|
Hello yellowbkpk, What version of Java are you running (from Eclipse) and what is your operating system? |
|
|
Java 1.5.0 Win XP Pro SP2 |
|
|
yellowbkpk, Well that should certainly work. Hmmm, can you try running eclipse from a command prompt with the console turned on: eclipse -consoleYou should see a prompt "osgi>". At that prompt type "ss". You'll see a list of plugins. Find the IDs of com.buglabs.dragonfly and com.buglabs.drafonfly.ui. When you have those IDs type "diag [id]" and tell me what it says... |
|
|
So I suppose I need to find the PDE plugin, huh? |
|
|
Yes, PDE is a feature that should be available via the update manager. Or you can download "Eclipse Classic" from Eclipse.org. With version 3.3 they did away with PDE being installed by default. |
|
|
I've looked through the list of available items in Eclipse's update manager and I don't see anything that looks like PDE. I'll try again tonight with Eclipse Classic. |
|
|
yellowbkpk, Were you able to get everything up and running? Please let us know if you need further assistance. Thanks, Heather |
|
|
As a related item, the latest SDK build explicitly lists PDE as a required feature, so it will only install if PDE is installed. |
|
|
I haven't gotten it to run yet, but I haven't tried very hard yet. I will look in to it tonight more, thanks for asking! |
|
|
Yellowbkpk, were you able to resolve the issue? |