Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Examples » problem in creating simple java project in eclipse
problem in creating simple java project in eclipse [message #759807] Wed, 30 November 2011 07:33 Go to next message
marie Missing name is currently offline marie Missing nameFriend
Messages: 63
Registered: March 2011
Member
Hi ,
I am developing a simple java project
One of my class is using eclipse in built plugins.
I have added those jars through build java path,but after adding those plugin as a jar ,i have add dependent plugins(means its jar)in my class path.
Is there any other way to do that provided it should be a java project not a plugin project
Thanks in advance
Smile
Re: problem in creating simple java project in eclipse [message #761790 is a reply to message #759807] Wed, 07 December 2011 03:45 Go to previous message
Javak  is currently offline Javak Friend
Messages: 26
Registered: November 2011
Junior Member
Hello,

Is our project a Plugin project? and you want to convert to a Java project?

If so, open the .project file and add the Java nature, something like this:


<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>


Hope this helps.
Previous Topic:RCP templates are not available in selection list
Next Topic:Problem with package structure
Goto Forum:
  


Current Time: Thu Apr 25 10:28:24 GMT 2024

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

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

Back to the top