Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Help me get VE to work, please???
Help me get VE to work, please??? [message #86223] Sat, 09 April 2005 04:48 Go to next message
Eclipse UserFriend
Originally posted by: hsn.wolfsbane.dk

Hi all!


I have downloaded VE (and GEF and EMF) for Eclipse 31M6. But when I try to
open a JFrame class, the view just does not appear and I get the error
message quoted below.

Please help me - I need to use Java 1.5 and so I have to use Eclipse 3.1,
but I cannot get VE to work. I am getting rather desperate. I have tried
deleting my Eclipse and redownloading, just to make sure it wasn't my files
being corrupted.

;-)
Jhez, Denmark

java.lang.ClassCastException: org.eclipse.swt.widgets.Tree
at
org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.createControl(EToolsPropertySheetPage.java:142)
at
org.eclipse.ui.views.properties.PropertySheet.doCreatePage(P ropertySheet.java:121)
at org.eclipse.ui.part.PageBookView.createPage(PageBookView.jav a:315)
at org.eclipse.ui.part.PageBookView.partActivated(PageBookView. java:613)
at
org.eclipse.ui.views.properties.PropertySheet.partActivated( PropertySheet.java:182)
at
org.eclipse.ui.part.PageBookView.showBootstrapPart(PageBookV iew.java:756)
at
org.eclipse.ui.part.PageBookView.createPartControl(PageBookV iew.java:397)
at
org.eclipse.ui.views.properties.PropertySheet.createPartCont rol(PropertySheet.java:94)
at
org.eclipse.ui.internal.ViewFactory.busyRestoreViewHelper(Vi ewFactory.java:429)
at
org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFact ory.java:299)
at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:6 97)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory. java:694)
at
org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(Vi ewFactory.java:119)
at
org.eclipse.ui.internal.ViewFactory$ViewReference.getView(Vi ewFactory.java:172)
at
org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:858)
at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPag e.java:848)
at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.j ava:3060)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3057)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3038)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.openVCEViewersIfRequired(JavaVisualEditorPart.java: 430)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$21.run(JavaVisualEditorPart.java:470)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:118)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2871)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2530)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1570)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:306)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:228)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:344)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:156)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
at org.eclipse.core.launcher.Main.run(Main.java:942)
at org.eclipse.core.launcher.Main.main(Main.java:926)
Re: Help me get VE to work, please??? [message #86238 is a reply to message #86223] Sat, 09 April 2005 12:56 Go to previous messageGo to next message
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
Hello,
We are in the process of making a stable build for M6, which will be
released shortly after testing and bug fixing is finished. In the
meantime you could try a version of VE which works on Eclipse 3.1M5a :
http://download.eclipse.org/tools/ve/downloads/drops/I-I2005 0318-200503181537/index.html

There is an nightly build N20050407 built off M6 on VE's download site,
but comes with disclaimers as it is untested code.
Hope this helps.
Regards,
Sri.


Helle Salin Nielsen wrote:
> Hi all!
>
>
> I have downloaded VE (and GEF and EMF) for Eclipse 31M6. But when I try to
> open a JFrame class, the view just does not appear and I get the error
> message quoted below.
>
> Please help me - I need to use Java 1.5 and so I have to use Eclipse 3.1,
> but I cannot get VE to work. I am getting rather desperate. I have tried
> deleting my Eclipse and redownloading, just to make sure it wasn't my files
> being corrupted.
>
> ;-)
> Jhez, Denmark
>
> java.lang.ClassCastException: org.eclipse.swt.widgets.Tree
> at
> org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.createControl(EToolsPropertySheetPage.java:142)
> at
> org.eclipse.ui.views.properties.PropertySheet.doCreatePage(P ropertySheet.java:121)
> at org.eclipse.ui.part.PageBookView.createPage(PageBookView.jav a:315)
> at org.eclipse.ui.part.PageBookView.partActivated(PageBookView. java:613)
> at
> org.eclipse.ui.views.properties.PropertySheet.partActivated( PropertySheet.java:182)
> at
> org.eclipse.ui.part.PageBookView.showBootstrapPart(PageBookV iew.java:756)
> at
> org.eclipse.ui.part.PageBookView.createPartControl(PageBookV iew.java:397)
> at
> org.eclipse.ui.views.properties.PropertySheet.createPartCont rol(PropertySheet.java:94)
> at
> org.eclipse.ui.internal.ViewFactory.busyRestoreViewHelper(Vi ewFactory.java:429)
> at
> org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFact ory.java:299)
> at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:6 97)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory. java:694)
> at
> org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(Vi ewFactory.java:119)
> at
> org.eclipse.ui.internal.ViewFactory$ViewReference.getView(Vi ewFactory.java:172)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:858)
> at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPag e.java:848)
> at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.j ava:3060)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3057)
> at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3038)
> at
> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.openVCEViewersIfRequired(JavaVisualEditorPart.java: 430)
> at
> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$21.run(JavaVisualEditorPart.java:470)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
> at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:118)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2871)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2530)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1570)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:306)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:228)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:344)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:156)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
> at org.eclipse.core.launcher.Main.run(Main.java:942)
> at org.eclipse.core.launcher.Main.main(Main.java:926)
>
>
Re: Help me get VE to work, please??? [message #86357 is a reply to message #86238] Sat, 09 April 2005 15:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hsn.wolfsbane.dk

Hi there!


I will try - but so far I have tried 3.1M5, 3.1M6 and 3.1M4 before with no
luck, using the automatic update feature. Is it the update, that is causing
the problems? With the 3.1M4, updated using the automatic update, I get the
following error message (when I try to open a JFrame file using the Visual
Editor):

"Error trying to set new file into editor
Reason: Missing project nature extension for
org.eclipse.jem.beaninfo.BeanInfoNature."

When I download the files and unzip them, do I then need to do anything else
before it will work?

BTW: I am fairly new to Eclipse, but already hooked. You guys have created a
great program. I just went out and purchased Java Developers Guide to
Eclipse, because I am _certain_ I can learn to do stuff better than I am at
present. Unfortunately, my teacher uses JBuilder :-(


;-)
Jhez

"Sri Gunturi" <sgunturi@us.ibm.com> wrote in message
news:d38jmb$rop$1@news.eclipse.org...
> Hello,
> We are in the process of making a stable build for M6, which will be
> released shortly after testing and bug fixing is finished. In the meantime
> you could try a version of VE which works on Eclipse 3.1M5a :
> http://download.eclipse.org/tools/ve/downloads/drops/I-I2005 0318-200503181537/index.html
>
> There is an nightly build N20050407 built off M6 on VE's download site,
> but comes with disclaimers as it is untested code.
> Hope this helps.
> Regards,
> Sri.
>
>
> Helle Salin Nielsen wrote:
>> Hi all!
>>
>>
>> I have downloaded VE (and GEF and EMF) for Eclipse 31M6. But when I try
>> to open a JFrame class, the view just does not appear and I get the error
>> message quoted below.
>>
>> Please help me - I need to use Java 1.5 and so I have to use Eclipse 3.1,
>> but I cannot get VE to work. I am getting rather desperate. I have tried
>> deleting my Eclipse and redownloading, just to make sure it wasn't my
>> files being corrupted.
>>
>> ;-)
>> Jhez, Denmark
>>
>> java.lang.ClassCastException: org.eclipse.swt.widgets.Tree
>> at
>> org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.createControl(EToolsPropertySheetPage.java:142)
>> at
>> org.eclipse.ui.views.properties.PropertySheet.doCreatePage(P ropertySheet.java:121)
>> at org.eclipse.ui.part.PageBookView.createPage(PageBookView.jav a:315)
>> at org.eclipse.ui.part.PageBookView.partActivated(PageBookView. java:613)
>> at
>> org.eclipse.ui.views.properties.PropertySheet.partActivated( PropertySheet.java:182)
>> at
>> org.eclipse.ui.part.PageBookView.showBootstrapPart(PageBookV iew.java:756)
>> at
>> org.eclipse.ui.part.PageBookView.createPartControl(PageBookV iew.java:397)
>> at
>> org.eclipse.ui.views.properties.PropertySheet.createPartCont rol(PropertySheet.java:94)
>> at
>> org.eclipse.ui.internal.ViewFactory.busyRestoreViewHelper(Vi ewFactory.java:429)
>> at
>> org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFact ory.java:299)
>> at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:6 97)
>> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
>> at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory. java:694)
>> at
>> org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(Vi ewFactory.java:119)
>> at
>> org.eclipse.ui.internal.ViewFactory$ViewReference.getView(Vi ewFactory.java:172)
>> at
>> org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:858)
>> at
>> org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPag e.java:848)
>> at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.j ava:3060)
>> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
>> at
>> org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3057)
>> at
>> org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3038)
>> at
>> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.openVCEViewersIfRequired(JavaVisualEditorPart.java: 430)
>> at
>> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$21.run(JavaVisualEditorPart.java:470)
>> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
>> at
>> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:118)
>> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2871)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2530)
>> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1570)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534)
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:306)
>> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
>> at
>> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
>> at
>> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:228)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:344)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:156)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:585)
>> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315 )
>> at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
>> at org.eclipse.core.launcher.Main.run(Main.java:942)
>> at org.eclipse.core.launcher.Main.main(Main.java:926)
>>
Re: Help me get VE to work, please??? [message #86371 is a reply to message #86357] Sat, 09 April 2005 19:50 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

The automatic update for VE is only for released versions of VE.
Currently the released versions only support Eclipse 3.0.x. they don't
support 3.1.

To support 3.1 of Eclipse you need to use the VE/GEF/EMF/Eclipse
development drivers. These have to be downloaded by hand because they
are in development and so are still changing. In fact VE doesn't work
yet on M6 (because of some big changes that went into M6). We have an
untested nightly build that was just made to be available yesterday
(Friday).

On the VE download page at the very top we list and have a link to all
of the required downloads that the download was compiled with. When
downloading drivers, it is best to use those links to download the
compatible drivers of the other projects. Once everyone releases the
final code, the update manager will point to them instead.

So, as long as you work with released code, you are fairly safe and
should use the update manager. It makes sure the right versions are
installed.

However, if you are feeling brave, you can use the download drivers, but
as I said above, one driver of VE will work with correct corresponding
drivers of the other projects as noted on the download page. It probably
WILL NOT work will later versions of the other projects. Things keep
changing during development.


--
Thanks,
Rich Kulp
Re: Help me get VE to work, please??? [message #607082 is a reply to message #86223] Sat, 09 April 2005 12:56 Go to previous message
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
Hello,
We are in the process of making a stable build for M6, which will be
released shortly after testing and bug fixing is finished. In the
meantime you could try a version of VE which works on Eclipse 3.1M5a :
http://download.eclipse.org/tools/ve/downloads/drops/I-I2005 0318-200503181537/index.html

There is an nightly build N20050407 built off M6 on VE's download site,
but comes with disclaimers as it is untested code.
Hope this helps.
Regards,
Sri.


Helle Salin Nielsen wrote:
> Hi all!
>
>
> I have downloaded VE (and GEF and EMF) for Eclipse 31M6. But when I try to
> open a JFrame class, the view just does not appear and I get the error
> message quoted below.
>
> Please help me - I need to use Java 1.5 and so I have to use Eclipse 3.1,
> but I cannot get VE to work. I am getting rather desperate. I have tried
> deleting my Eclipse and redownloading, just to make sure it wasn't my files
> being corrupted.
>
> ;-)
> Jhez, Denmark
>
> java.lang.ClassCastException: org.eclipse.swt.widgets.Tree
> at
> org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.createControl(EToolsPropertySheetPage.java:142)
> at
> org.eclipse.ui.views.properties.PropertySheet.doCreatePage(P ropertySheet.java:121)
> at org.eclipse.ui.part.PageBookView.createPage(PageBookView.jav a:315)
> at org.eclipse.ui.part.PageBookView.partActivated(PageBookView. java:613)
> at
> org.eclipse.ui.views.properties.PropertySheet.partActivated( PropertySheet.java:182)
> at
> org.eclipse.ui.part.PageBookView.showBootstrapPart(PageBookV iew.java:756)
> at
> org.eclipse.ui.part.PageBookView.createPartControl(PageBookV iew.java:397)
> at
> org.eclipse.ui.views.properties.PropertySheet.createPartCont rol(PropertySheet.java:94)
> at
> org.eclipse.ui.internal.ViewFactory.busyRestoreViewHelper(Vi ewFactory.java:429)
> at
> org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFact ory.java:299)
> at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:6 97)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory. java:694)
> at
> org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(Vi ewFactory.java:119)
> at
> org.eclipse.ui.internal.ViewFactory$ViewReference.getView(Vi ewFactory.java:172)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:858)
> at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPag e.java:848)
> at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.j ava:3060)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3057)
> at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3038)
> at
> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.openVCEViewersIfRequired(JavaVisualEditorPart.java: 430)
> at
> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$21.run(JavaVisualEditorPart.java:470)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
> at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:118)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2871)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2530)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1570)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:306)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:228)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:344)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:156)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
> at org.eclipse.core.launcher.Main.run(Main.java:942)
> at org.eclipse.core.launcher.Main.main(Main.java:926)
>
>
Re: Help me get VE to work, please??? [message #607090 is a reply to message #86238] Sat, 09 April 2005 15:39 Go to previous message
Eclipse UserFriend
Originally posted by: hsn.wolfsbane.dk

Hi there!


I will try - but so far I have tried 3.1M5, 3.1M6 and 3.1M4 before with no
luck, using the automatic update feature. Is it the update, that is causing
the problems? With the 3.1M4, updated using the automatic update, I get the
following error message (when I try to open a JFrame file using the Visual
Editor):

"Error trying to set new file into editor
Reason: Missing project nature extension for
org.eclipse.jem.beaninfo.BeanInfoNature."

When I download the files and unzip them, do I then need to do anything else
before it will work?

BTW: I am fairly new to Eclipse, but already hooked. You guys have created a
great program. I just went out and purchased Java Developers Guide to
Eclipse, because I am _certain_ I can learn to do stuff better than I am at
present. Unfortunately, my teacher uses JBuilder :-(


;-)
Jhez

"Sri Gunturi" <sgunturi@us.ibm.com> wrote in message
news:d38jmb$rop$1@news.eclipse.org...
> Hello,
> We are in the process of making a stable build for M6, which will be
> released shortly after testing and bug fixing is finished. In the meantime
> you could try a version of VE which works on Eclipse 3.1M5a :
> http://download.eclipse.org/tools/ve/downloads/drops/I-I2005 0318-200503181537/index.html
>
> There is an nightly build N20050407 built off M6 on VE's download site,
> but comes with disclaimers as it is untested code.
> Hope this helps.
> Regards,
> Sri.
>
>
> Helle Salin Nielsen wrote:
>> Hi all!
>>
>>
>> I have downloaded VE (and GEF and EMF) for Eclipse 31M6. But when I try
>> to open a JFrame class, the view just does not appear and I get the error
>> message quoted below.
>>
>> Please help me - I need to use Java 1.5 and so I have to use Eclipse 3.1,
>> but I cannot get VE to work. I am getting rather desperate. I have tried
>> deleting my Eclipse and redownloading, just to make sure it wasn't my
>> files being corrupted.
>>
>> ;-)
>> Jhez, Denmark
>>
>> java.lang.ClassCastException: org.eclipse.swt.widgets.Tree
>> at
>> org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPag e.createControl(EToolsPropertySheetPage.java:142)
>> at
>> org.eclipse.ui.views.properties.PropertySheet.doCreatePage(P ropertySheet.java:121)
>> at org.eclipse.ui.part.PageBookView.createPage(PageBookView.jav a:315)
>> at org.eclipse.ui.part.PageBookView.partActivated(PageBookView. java:613)
>> at
>> org.eclipse.ui.views.properties.PropertySheet.partActivated( PropertySheet.java:182)
>> at
>> org.eclipse.ui.part.PageBookView.showBootstrapPart(PageBookV iew.java:756)
>> at
>> org.eclipse.ui.part.PageBookView.createPartControl(PageBookV iew.java:397)
>> at
>> org.eclipse.ui.views.properties.PropertySheet.createPartCont rol(PropertySheet.java:94)
>> at
>> org.eclipse.ui.internal.ViewFactory.busyRestoreViewHelper(Vi ewFactory.java:429)
>> at
>> org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFact ory.java:299)
>> at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:6 97)
>> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
>> at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory. java:694)
>> at
>> org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(Vi ewFactory.java:119)
>> at
>> org.eclipse.ui.internal.ViewFactory$ViewReference.getView(Vi ewFactory.java:172)
>> at
>> org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:858)
>> at
>> org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPag e.java:848)
>> at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.j ava:3060)
>> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
>> at
>> org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3057)
>> at
>> org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3038)
>> at
>> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.openVCEViewersIfRequired(JavaVisualEditorPart.java: 430)
>> at
>> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$21.run(JavaVisualEditorPart.java:470)
>> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
>> at
>> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:118)
>> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2871)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2530)
>> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1570)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534)
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:306)
>> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
>> at
>> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
>> at
>> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:228)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:344)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:156)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:585)
>> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315 )
>> at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
>> at org.eclipse.core.launcher.Main.run(Main.java:942)
>> at org.eclipse.core.launcher.Main.main(Main.java:926)
>>
Re: Help me get VE to work, please??? [message #607091 is a reply to message #86357] Sat, 09 April 2005 19:50 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

The automatic update for VE is only for released versions of VE.
Currently the released versions only support Eclipse 3.0.x. they don't
support 3.1.

To support 3.1 of Eclipse you need to use the VE/GEF/EMF/Eclipse
development drivers. These have to be downloaded by hand because they
are in development and so are still changing. In fact VE doesn't work
yet on M6 (because of some big changes that went into M6). We have an
untested nightly build that was just made to be available yesterday
(Friday).

On the VE download page at the very top we list and have a link to all
of the required downloads that the download was compiled with. When
downloading drivers, it is best to use those links to download the
compatible drivers of the other projects. Once everyone releases the
final code, the update manager will point to them instead.

So, as long as you work with released code, you are fairly safe and
should use the update manager. It makes sure the right versions are
installed.

However, if you are feeling brave, you can use the download drivers, but
as I said above, one driver of VE will work with correct corresponding
drivers of the other projects as noted on the download page. It probably
WILL NOT work will later versions of the other projects. Things keep
changing during development.


--
Thanks,
Rich Kulp
Previous Topic:Cannot open override editor in VE project
Next Topic:override file reference
Goto Forum:
  


Current Time: Wed Apr 24 14:08:23 GMT 2024

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

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

Back to the top