Skip to main content



      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 02:33 Go to next message
Eclipse UserFriend
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] Tue, 06 December 2011 22:45 Go to previous message
Eclipse UserFriend
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: Mon Mar 17 18:09:26 EDT 2025

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

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

Back to the top