Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Where is VE?
Where is VE? [message #51849] Sun, 25 July 2004 16:54 Go to next message
Eclipse UserFriend
Originally posted by: danmcleran.hotmail.com

I have installed:

eclipse sdk 3.0
gef runtime 3.0
emf-sdo runtime 2.0.0
ve runtime S20040628

When I start eclipse, I don't see any way to create a new visual class.
When I try to add a library to my project, I don't see an option to add
the swt library. Am I missing something? What else could I try to get SWT
working?

Thanks,

Dan McLeran
Re: Where is VE? [message #51877 is a reply to message #51849] Sun, 25 July 2004 17:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: danmcleran.hotmail.com

Dan McLeran wrote:

> I have installed:

> eclipse sdk 3.0
> gef runtime 3.0
> emf-sdo runtime 2.0.0
> ve runtime S20040628

> When I start eclipse, I don't see any way to create a new visual class.
> When I try to add a library to my project, I don't see an option to add
> the swt library. Am I missing something? What else could I try to get SWT
> working?

> Thanks,

> Dan McLeran

All,

After scouring the message board for similar problems, I saw someone
suggest deleting the configuration dir. I did the following:

1. Shut down eclipse.
2. rename the configuration dir.
3. restart eclipse.

I was then able to add swt as a library.

Is there some guidelines to follow for when to rename/delete the
configuration directory? It seems like a weakness in eclipse. I thought
that eclipse was designed to recognize when plugins/added functionality
had been installed.
Re: Where is VE? [message #51903 is a reply to message #51877] Sun, 25 July 2004 17:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: myersj.nospam.us.ibm.com

Dan,

Have you installed a VE build before this latest stable build? The
configuration issue is due to the VE builds all having the same plug-in
version number (1.0.0). When Eclipse starts up it checks for new
plug-ins and new versions of existing plug-ins. Since these development
builds of VE all have the same version number, it doesn't know that it
has to recache the VE plug-ins info. Removing the configuration
directory forces Eclipse to recache the plug-in info for all installed
plug-ins (including VE).

- Jeff

> All,
>
> After scouring the message board for similar problems, I saw someone
> suggest deleting the configuration dir. I did the following:
>
> 1. Shut down eclipse.
> 2. rename the configuration dir.
> 3. restart eclipse.
>
> I was then able to add swt as a library.
>
> Is there some guidelines to follow for when to rename/delete the
> configuration directory? It seems like a weakness in eclipse. I thought
> that eclipse was designed to recognize when plugins/added functionality
> had been installed.
>
>
Re: Where is VE? [message #51954 is a reply to message #51877] Sun, 25 July 2004 18:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: manahan.NOSPAM.ca.ibm.com

Dan McLeran wrote:
>
> All,
>
> After scouring the message board for similar problems, I saw someone
> suggest deleting the configuration dir. I did the following:
>
> 1. Shut down eclipse.
> 2. rename the configuration dir.
> 3. restart eclipse.
>
> I was then able to add swt as a library.
>
> Is there some guidelines to follow for when to rename/delete the
> configuration directory? It seems like a weakness in eclipse. I thought
> that eclipse was designed to recognize when plugins/added functionality
> had been installed.
>
>

It is probably better to use the -clean flag instead of removing the
configuration directory. That flag causes eclipse to clean up and redo
the configuration.

Peter
Re: Where is VE? [message #55295 is a reply to message #51903] Mon, 09 August 2004 03:05 Go to previous message
Eclipse UserFriend
Originally posted by: danmcleran.hotmail.com

No, this was my first attempt at installing the VE. I had been using
Eclipse as a Java and C++ IDE, previously. Like I said, after I re-named
the configuration directoy, all is well.

Jeff Myers wrote:

> Dan,

> Have you installed a VE build before this latest stable build? The
> configuration issue is due to the VE builds all having the same plug-in
> version number (1.0.0). When Eclipse starts up it checks for new
> plug-ins and new versions of existing plug-ins. Since these development
> builds of VE all have the same version number, it doesn't know that it
> has to recache the VE plug-ins info. Removing the configuration
> directory forces Eclipse to recache the plug-in info for all installed
> plug-ins (including VE).

> - Jeff

> > All,
> >
> > After scouring the message board for similar problems, I saw someone
> > suggest deleting the configuration dir. I did the following:
> >
> > 1. Shut down eclipse.
> > 2. rename the configuration dir.
> > 3. restart eclipse.
> >
> > I was then able to add swt as a library.
> >
> > Is there some guidelines to follow for when to rename/delete the
> > configuration directory? It seems like a weakness in eclipse. I thought
> > that eclipse was designed to recognize when plugins/added functionality
> > had been installed.
> >
> >
Re: Where is VE? [message #595801 is a reply to message #51849] Sun, 25 July 2004 17:14 Go to previous message
Dan McLeran is currently offline Dan McLeranFriend
Messages: 16
Registered: July 2009
Junior Member
Dan McLeran wrote:

> I have installed:

> eclipse sdk 3.0
> gef runtime 3.0
> emf-sdo runtime 2.0.0
> ve runtime S20040628

> When I start eclipse, I don't see any way to create a new visual class.
> When I try to add a library to my project, I don't see an option to add
> the swt library. Am I missing something? What else could I try to get SWT
> working?

> Thanks,

> Dan McLeran

All,

After scouring the message board for similar problems, I saw someone
suggest deleting the configuration dir. I did the following:

1. Shut down eclipse.
2. rename the configuration dir.
3. restart eclipse.

I was then able to add swt as a library.

Is there some guidelines to follow for when to rename/delete the
configuration directory? It seems like a weakness in eclipse. I thought
that eclipse was designed to recognize when plugins/added functionality
had been installed.
Re: Where is VE? [message #595816 is a reply to message #51877] Sun, 25 July 2004 17:22 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 396
Registered: July 2009
Senior Member
Dan,

Have you installed a VE build before this latest stable build? The
configuration issue is due to the VE builds all having the same plug-in
version number (1.0.0). When Eclipse starts up it checks for new
plug-ins and new versions of existing plug-ins. Since these development
builds of VE all have the same version number, it doesn't know that it
has to recache the VE plug-ins info. Removing the configuration
directory forces Eclipse to recache the plug-in info for all installed
plug-ins (including VE).

- Jeff

> All,
>
> After scouring the message board for similar problems, I saw someone
> suggest deleting the configuration dir. I did the following:
>
> 1. Shut down eclipse.
> 2. rename the configuration dir.
> 3. restart eclipse.
>
> I was then able to add swt as a library.
>
> Is there some guidelines to follow for when to rename/delete the
> configuration directory? It seems like a weakness in eclipse. I thought
> that eclipse was designed to recognize when plugins/added functionality
> had been installed.
>
>
Re: Where is VE? [message #595834 is a reply to message #51877] Sun, 25 July 2004 18:47 Go to previous message
Peter Manahan is currently offline Peter ManahanFriend
Messages: 131
Registered: July 2009
Senior Member
Dan McLeran wrote:
>
> All,
>
> After scouring the message board for similar problems, I saw someone
> suggest deleting the configuration dir. I did the following:
>
> 1. Shut down eclipse.
> 2. rename the configuration dir.
> 3. restart eclipse.
>
> I was then able to add swt as a library.
>
> Is there some guidelines to follow for when to rename/delete the
> configuration directory? It seems like a weakness in eclipse. I thought
> that eclipse was designed to recognize when plugins/added functionality
> had been installed.
>
>

It is probably better to use the -clean flag instead of removing the
configuration directory. That flag causes eclipse to clean up and redo
the configuration.

Peter
Re: Where is VE? [message #597027 is a reply to message #51903] Mon, 09 August 2004 03:05 Go to previous message
Dan McLeran is currently offline Dan McLeranFriend
Messages: 16
Registered: July 2009
Junior Member
No, this was my first attempt at installing the VE. I had been using
Eclipse as a Java and C++ IDE, previously. Like I said, after I re-named
the configuration directoy, all is well.

Jeff Myers wrote:

> Dan,

> Have you installed a VE build before this latest stable build? The
> configuration issue is due to the VE builds all having the same plug-in
> version number (1.0.0). When Eclipse starts up it checks for new
> plug-ins and new versions of existing plug-ins. Since these development
> builds of VE all have the same version number, it doesn't know that it
> has to recache the VE plug-ins info. Removing the configuration
> directory forces Eclipse to recache the plug-in info for all installed
> plug-ins (including VE).

> - Jeff

> > All,
> >
> > After scouring the message board for similar problems, I saw someone
> > suggest deleting the configuration dir. I did the following:
> >
> > 1. Shut down eclipse.
> > 2. rename the configuration dir.
> > 3. restart eclipse.
> >
> > I was then able to add swt as a library.
> >
> > Is there some guidelines to follow for when to rename/delete the
> > configuration directory? It seems like a weakness in eclipse. I thought
> > that eclipse was designed to recognize when plugins/added functionality
> > had been installed.
> >
> >
Previous Topic:[ANNOUNCE]Visual Editor Milestone 2 Available
Next Topic:VE Tabs and Menus
Goto Forum:
  


Current Time: Fri Apr 19 20:18:53 GMT 2024

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

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

Back to the top