Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to create workspace with project automaticly(How to create workspace with project automaticly)
How to create workspace with project automaticly [message #887916] Sun, 17 June 2012 10:54 Go to next message
Eliraz Busi is currently offline Eliraz BusiFriend
Messages: 1
Registered: June 2012
Junior Member
Hi
Let's say i have some .java files , and i want automaticly (for example,from batch file or from java code) to create workspace (in a given path) and a project contains these .java files.
How can i do it?

Thanks in advence.

Re: How to create workspace with project automaticly [message #890205 is a reply to message #887916] Thu, 21 June 2012 12:56 Go to previous message
Brian de Alwis is currently offline Brian de AlwisFriend
Messages: 242
Registered: July 2009
Senior Member
You'll need to use the facilities in org.eclipse.core.resources to create the workspace at a particular root, create new projects, and add the JDT nature to those projects. Can't be done with a batch file. Well, at least not in a future-proof manner.
Previous Topic:Clear Program arguments on restart of Eclipse
Next Topic:IProgressService vs Jobs API
Goto Forum:
  


Current Time: Fri Apr 26 21:10:40 GMT 2024

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

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

Back to the top