Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Can't install VE 1.4 on Galileo 3.5
Re: Can't install VE 1.4 on Galileo 3.5 [message #618393 is a reply to message #538310] Tue, 08 June 2010 08:39 Go to previous messageGo to next message
Vincent  is currently offline Vincent Friend
Messages: 6
Registered: June 2010
Junior Member
Hi Vincenzo,

So what is exactly eclipse sdk you are referring?
Is it eclipse with all features? because I noticed the size is larger than regular eclipse java.
I haven't downloaded it yet as my internet is still shaped (australian isps do this when overquota). I will later.
Thanks..
Re: Can't install VE 1.4 on Galileo 3.5 [message #618394 is a reply to message #618393] Tue, 08 June 2010 10:50 Go to previous messageGo to next message
Vincenzo Caselli is currently offline Vincenzo CaselliFriend
Messages: 51
Registered: July 2009
Member
Vincent,
the SDK bundle is a.k.a. "Eclipse Classic", it is the last bundle on the page
http://www.eclipse.org/downloads/
it includes PDE, sources and documentation.
Regards

Vincenzo Caselli
RCP Vision
Re: Can't install VE 1.4 on Galileo 3.5 [message #618395 is a reply to message #512740] Tue, 08 June 2010 14:59 Go to previous messageGo to next message
Marco is currently offline MarcoFriend
Messages: 15
Registered: July 2009
Junior Member
I tried to install ve-sdk on eclipse 3.5rc2 j2ee but without success.
If I try to open following simple class:

import java.awt.GridBagLayout;
import javax.swing.JPanel;

public class TestSwing extends JPanel {

private static final long serialVersionUID = 1L;

public TestSwing() {
super();
initialize();
}

private void initialize() {
this.setSize(300, 200);
this.setLayout(new GridBagLayout());
}
}


I get following error:
org.eclipse.core.runtime.CoreException: Failed to get the root status handler.
at org.eclipse.debug.internal.ui.sourcelookup.Prompter.handleSt atus(Prompter.java:54)
at org.eclipse.debug.core.model.LaunchConfigurationDelegate.sav eBeforeLaunch(LaunchConfigurationDelegate.java:256)
at org.eclipse.debug.core.model.LaunchConfigurationDelegate.pre LaunchCheck(LaunchConfigurationDelegate.java:208)
at org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDel egate.preLaunchCheck(AbstractJavaLaunchConfigurationDelegate .java:921)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:808)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:703)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:696)
at org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:463)
at org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:330)
at org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:262)
at org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorVMController$CreateRegistry.run(JavaVisualEditorVMContro ller.java:188)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


Any help is very appreciated.
Re: Can't install VE 1.4 on Galileo 3.5 [message #618397 is a reply to message #512740] Tue, 08 June 2010 15:18 Go to previous messageGo to next message
Marco is currently offline MarcoFriend
Messages: 15
Registered: July 2009
Junior Member
i used following eclipse:
eclipse-jee-galileo-SR2-win32.zip

Help->Install New Software
http://update.canoo.com/ulcve
->Select: Visual Editor SDK

Thats all, nothing more!

Now it's also working for me and I don't get the above error anymore.
Solution:
Restart Eclipse. :blush:
Re: Can't install VE 1.4 on Galileo 3.5 [message #618399 is a reply to message #538768] Wed, 09 June 2010 12:17 Go to previous messageGo to next message
Vincenzo Caselli is currently offline Vincenzo CaselliFriend
Messages: 51
Registered: July 2009
Member
Mmmm,
what's that (http://update.canoo.com/ulcve) ?

Never heard about it before.
When I wrote about VE I was referring to the official Eclipse Visual Editor Project:

Update site:
http://download.eclipse.org/tools/ve/updates/1.4/

Home Page:
http://www.eclipse.org/vep/

I'll give ULCVE a try, but anyway we are talking of different things. Anyway I'm seeing it's a commercial product.

Regards

Vincenzo Caselli
RCP Vision
Re: Can't install VE 1.4 on Galileo 3.5 [message #618400 is a reply to message #512740] Wed, 09 June 2010 13:49 Go to previous message
Marco is currently offline MarcoFriend
Messages: 15
Registered: July 2009
Junior Member
ohh... you are right.
it's an additional plugin. don't use that.

I also used :
http://download.eclipse.org/tools/ve/updates/1.4/
Previous Topic:Re: Can't install VE 1.4 on Galileo 3.5
Next Topic:Visual Editor Project & Mig Layout
Goto Forum:
  


Current Time: Fri Apr 26 10:12:18 GMT 2024

Powered by FUDForum. Page generated in 0.04110 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top