Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Europa 3.3

Hi - I  tried it again using

   eclipse-java-europa-winter-linux-gtk.tar.gz
   emf-sdo-xsd-SDK-2.3.2.zip
   GEF-ALL-3.3.2.zip

(the latest from each project for Europa 3.3).

This time, however, I created a separate workspace for
the Swing application and it works!

But if I use the my current workspace it fails - even if I delete
the application from my current workspace and import the
application from the new workspace.

This might have been the problem last time I tried.

However, when I attempted to update a plugin using 'Software
Updates', it indicates I need to install JEM 2.0.0 - which I presume
comes from WTP.

In any case,  the line in the sand for me is WTP.

If I have to install WTP to get things work, then I'm required to
drop VE and find another solution.

But surprisedly, I have a Swing application written using
org.jdesktop and Swing classes and it runs without VE! Hopefully I can figure why.

-- Ken

Yves YANG wrote:
Have you look at this post in VE newsgroup?
----
Here is the build I made for Eclipse 3.3 with the bugfix of
GridBagConstraint:
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=203542
The build is available here for Windows:
  http://www.soyatec.org/update/org.eclipse.ve_1.3.0.200802040250.zip

It depends on emf-sdo-xsd-SDK-2.3.0.zip and GEF-ALL-3.3.1.zip. You need to
install them first. Please keep in mind, it is not official build. You can
use it at your risk. Any report is welcome.
----
Could you try it and give us your feedback?

Yves YANG
http://www.soyatec.com

-----Original Message-----
From: ve-dev-bounces@xxxxxxxxxxx [mailto:ve-dev-bounces@xxxxxxxxxxx] On
Behalf Of Agile Aspect
Sent: Sunday, April 13, 2008 5:01 AM
To: ve-dev@xxxxxxxxxxx
Subject: [ve-dev] Europa 3.3

Hi - any idea when VE will be ready for Europa 3.3?

I've tried the last solution on the VE Wiki, namely, Paulg's VE
install instructions.

When I run the simple Swing application it generates the
enclosed errors.

This is a simple Swing application which works under Eclipse 3.2
with VE.

I'm using Europa 3.3 and Java 5 and I can see the plugin  under
"About Eclipse Platform".

Any help would be appreciated.

---

Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: null
delegate icon argument
        at javax.swing.plaf.IconUIResource.<init>(IconUIResource.java:49)
at javax.swing.plaf.metal.OceanTheme$IFIcon.<init>(OceanTheme.java:87) at javax.swing.plaf.metal.OceanTheme$1.createValue(OceanTheme.java:187)
        at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:199)
        at javax.swing.UIDefaults.get(UIDefaults.java:144)
        at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:44)
        at javax.swing.UIDefaults.getIcon(UIDefaults.java:431)
        at javax.swing.UIManager.getIcon(UIManager.java:727)
at javax.swing.plaf.metal.MetalTitlePane.createButtons(MetalTitlePane.java:489) at javax.swing.plaf.metal.MetalTitlePane.installSubcomponents(MetalTitlePane.ja
va:264)
at javax.swing.plaf.metal.MetalTitlePane.<init>(MetalTitlePane.java:161) at javax.swing.plaf.metal.MetalRootPaneUI.createTitlePane(MetalRootPaneUI.java:
295)
at javax.swing.plaf.metal.MetalRootPaneUI.installClientDecorations(MetalRootPan
eUI.java:249)
at javax.swing.plaf.metal.MetalRootPaneUI.propertyChange(MetalRootPaneUI.java:3
93)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.ja
va:339)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.ja
va:276)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.ja
va:297)
        at java.awt.Component.firePropertyChange(Component.java:7905)
        at javax.swing.JComponent.firePropertyChange(JComponent.java:4454)
at javax.swing.JRootPane.setWindowDecorationStyle(JRootPane.java:426)
        at javax.swing.JFrame.frameInit(JFrame.java:249)
        at javax.swing.JFrame.<init>(JFrame.java:208)
at com.virtualmachines.swing.tutorial.HelloWorldSwing.createAndShowGUI(HelloWor
ldSwing.java:40)
at com.virtualmachines.swing.tutorial.HelloWorldSwing.access$0(HelloWorldSwing.
java:38)
at com.virtualmachines.swing.tutorial.HelloWorldSwing$1.run(HelloWorldSwing.jav
a:51)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java
:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:18
3)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)




--
Article. VI. Clause 3 of the constitution of the United States states: "The Senators and Representatives before mentioned, and the Members of the several State Legislatures, and all executive and judicial Officers, both of the United States and of the several States, shall be bound by Oath or Affirmation, to support this Constitution; but no religious Test shall ever be required as a Qualification to any Office or public Trust under the United States."



Back to the top