Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » How to run GEF examples
How to run GEF examples [message #151547] Tue, 21 September 2004 09:38 Go to next message
Eclipse UserFriend
Originally posted by: jdelgad.fedro.ugr.es

Hi !!!, I want to run the GEF examples, but I can't. What can I do?
Re: How to run GEF examples [message #151555 is a reply to message #151547] Tue, 21 September 2004 13:55 Go to previous messageGo to next message
Marion Schmid is currently offline Marion SchmidFriend
Messages: 35
Registered: July 2009
Member
Hi Jose,

assuming that you already have the examples in your features/plugins folder
of your installation, create a simple project folder and then

File > new > Example... > GEF > Flow/Logic Diagram

Select your folder as parent > finish
Re: How to run GEF examples [message #151562 is a reply to message #151555] Tue, 21 September 2004 14:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jdelgad.fedro.ugr.es

Hi Marion,

first of all thanks for your tip. Now I have another question: I have
just developed a GEF application. How can I run this application? Where I
can find a more simple example of GEF?


Thank you very much



Marion Schmid wrote:

> Hi Jose,

> assuming that you already have the examples in your features/plugins folder
> of your installation, create a simple project folder and then

> File > new > Example... > GEF > Flow/Logic Diagram

> Select your folder as parent > finish
Re: How to run GEF examples [message #151577 is a reply to message #151555] Tue, 21 September 2004 15:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jdelgad.fedro.ugr.es

Hi again!

When I have created my application, I do the following:

Run > Run As... > Runtime Workbench

and I get the following .log file:



!SESSION sep 21, 2004 17:33:33.633
---------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0-beta2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
Command-line arguments: -application org.eclipse.ui.ide.workbench

!ENTRY org.eclipse.osgi sep 21, 2004 17:33:33.633
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench"
could not be found in the registry. The applications available are: <NONE>.
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:325)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)

!ENTRY org.eclipse.osgi sep 21, 2004 17:33:33.643
!MESSAGE Bundle initial@reference:file:C:/Documents and Settings/Jose/Mis
documentos/PROFESIONAL/PROYECTO
GRANADA/eclipse/plugins/org.eclipse.ui.ide_3.0.0/ [10] was not resolved.
!SUBENTRY 1 org.eclipse.osgi sep 21, 2004 17:33:33.643
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi sep 21, 2004 17:33:33.643
!MESSAGE Missing required bundle
org.eclipse.core.runtime.compatibility_0.0.0.
!SUBENTRY 1 org.eclipse.osgi sep 21, 2004 17:33:33.643
!MESSAGE Missing required bundle org.eclipse.ui.views_0.0.0.
!SUBENTRY 1 org.eclipse.osgi sep 21, 2004 17:33:33.643
!MESSAGE Missing required bundle org.eclipse.update.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi sep 21, 2004 17:33:33.643
!MESSAGE Missing required bundle org.eclipse.update.ui_0.0.0.



WHAT CAN I DO?

Thank you very much





Marion Schmid wrote:

> Hi Jose,

> assuming that you already have the examples in your features/plugins folder
> of your installation, create a simple project folder and then

> File > new > Example... > GEF > Flow/Logic Diagram

> Select your folder as parent > finish
Re: How to run GEF examples [message #151585 is a reply to message #151577] Tue, 21 September 2004 16:01 Go to previous message
Pratik Shah is currently offline Pratik ShahFriend
Messages: 1077
Registered: July 2009
Senior Member
http://help.eclipse.org/help30/index.jsp?topic=/org.eclipse. pde.doc.user/guide/pde_running.htm

This is PDE-related, so try the eclipse.platform newsgroup for more help.

"Jose" <jdelgad@fedro.ugr.es> wrote in message
news:ciphib$ul4$1@eclipse.org...
> Hi again!
>
> When I have created my application, I do the following:
>
> Run > Run As... > Runtime Workbench
>
> and I get the following .log file:
>
>
>
> !SESSION sep 21, 2004 17:33:33.633
> ---------------------------------------------
> eclipse.buildId=unknown
> java.version=1.5.0-beta2
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Command-line arguments: -application org.eclipse.ui.ide.workbench
>
> !ENTRY org.eclipse.osgi sep 21, 2004 17:33:33.633
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench"
> could not be found in the registry. The applications available are:
<NONE>.
> at
>
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
java:325)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
> at org.eclipse.core.launcher.Main.run(Main.java:644)
> at org.eclipse.core.launcher.Main.main(Main.java:628)
>
> !ENTRY org.eclipse.osgi sep 21, 2004 17:33:33.643
> !MESSAGE Bundle initial@reference:file:C:/Documents and Settings/Jose/Mis
> documentos/PROFESIONAL/PROYECTO
> GRANADA/eclipse/plugins/org.eclipse.ui.ide_3.0.0/ [10] was not resolved.
> !SUBENTRY 1 org.eclipse.osgi sep 21, 2004 17:33:33.643
> !MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi sep 21, 2004 17:33:33.643
> !MESSAGE Missing required bundle
> org.eclipse.core.runtime.compatibility_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi sep 21, 2004 17:33:33.643
> !MESSAGE Missing required bundle org.eclipse.ui.views_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi sep 21, 2004 17:33:33.643
> !MESSAGE Missing required bundle org.eclipse.update.core_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi sep 21, 2004 17:33:33.643
> !MESSAGE Missing required bundle org.eclipse.update.ui_0.0.0.
>
>
>
> WHAT CAN I DO?
>
> Thank you very much
>
>
>
>
>
> Marion Schmid wrote:
>
> > Hi Jose,
>
> > assuming that you already have the examples in your features/plugins
folder
> > of your installation, create a simple project folder and then
>
> > File > new > Example... > GEF > Flow/Logic Diagram
>
> > Select your folder as parent > finish
>
>
Previous Topic:How to set the style of an CTabItem.
Next Topic:GraphicalEditorWithFlyoutPalette
Goto Forum:
  


Current Time: Wed Sep 18 22:26:27 GMT 2024

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

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

Back to the top