Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » create new java project
create new java project [message #1095585] Tue, 27 August 2013 08:48 Go to next message
apostolis Hatziyannis is currently offline apostolis HatziyannisFriend
Messages: 1
Registered: August 2013
Junior Member
hi,
i am new in eclipse and i want to create a new java project(application) which it will include two existing java files and few images :
c:/myprojects/prog/l/project1/file1.java
c:/myprojects/prog/l/project1/file2.java
c:/myprojects/prog/l/project1/*.jpg
in file1 and file2 i have :
package prog.l.project1;
and in file1 i have the main function
and i want to create the class files in a different path :
c:/myclasses/prog/l/project1
how can i di this?

thanks in advance
Re: create new java project [message #1096197 is a reply to message #1095585] Wed, 28 August 2013 04:23 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

You would use the New Java Project wizard to start. See http://help.eclipse.org/kepler/topic/org.eclipse.jdt.doc.user/gettingStarted/qs-3.htm . Try it, and then let us know if/where you get stuck.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: create new java project [message #1097027 is a reply to message #1096197] Thu, 29 August 2013 06:38 Go to previous message
Evan Raymonds is currently offline Evan RaymondsFriend
Messages: 5
Registered: August 2013
Junior Member
I think the above answer is correct
Previous Topic:Can't get rid of keystroke disambiguation
Next Topic:Load code format file on startup?
Goto Forum:
  


Current Time: Fri Apr 26 03:12:14 GMT 2024

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

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

Back to the top