Eclipse problem

G

gk

suppose , i have an web-Application which is not devloped by ECLIPSE
IDE.

can ECLIPSE open this web application and edit the java source codes ?

because , as there is no ".classpath" and ".project" files in the web
application folder , how ECLIPSE could work then ?

Anyway, how do i open this web application for editing java classes ?

thank you
 
R

Robert Klemme

gk said:
suppose , i have an web-Application which is not devloped by ECLIPSE
IDE.

can ECLIPSE open this web application and edit the java source codes ?

because , as there is no ".classpath" and ".project" files in the web
application folder , how ECLIPSE could work then ?

Anyway, how do i open this web application for editing java classes ?

thank you

Create a new project based on that source code. Set build path etc.
appropriately. Done.

robert
 
I

Ian Wilson

gk said:
suppose , i have an web-Application which is not devloped by ECLIPSE
IDE.

can ECLIPSE open this web application and edit the java source codes ?

because , as there is no ".classpath" and ".project" files in the web
application folder , how ECLIPSE could work then ?

Anyway, how do i open this web application for editing java classes ?

I'm fairly new to Eclipse but I've done this by creating a new Java
project within Eclipse and then used File/Import to import the .java
files into the project.
 
G

gk

i have a web aplication project "myapps"

i want to import it and want to edit/modify in eclipse.

the "myapps" has not been developed in eclipse and so there is no
'.project' ,'.classpath' files are not there. How do i import this web
application thn to work in eclipse ?

please give me proper steps
 
I

IchBin

gk said:
i have a web aplication project "myapps"

i want to import it and want to edit/modify in eclipse.

the "myapps" has not been developed in eclipse and so there is no
'.project' ,'.classpath' files are not there. How do i import this web
application thn to work in eclipse ?

please give me proper steps

You did not say what type of application. Just create a Java Project.
Then import you app into it. You can customize your project after you
load it with your code.

Eclipse also has a Help system that will explain to in detail.

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top