Can I import ear file using java studio?

Can I import ear file using java studio?Can I do it using java studio creator?Thanks,Seema
[118 byte] By [seema_m] at [2007-11-26 9:55:44]
# 1
Do you mean you have an existing ear file but not the sources and you would like to work with that in the ide?
KarthikR at 2007-7-7 1:17:01 > top of Java-index,Development Tools,Java Tools...
# 2

have created a ear file using Sun Java Studio. (I have included source code also in the file).

I want to create a project using this file on another computer so that I can work on the project there.

I extracted the ear file to a folder and tried to open new project (Enterprise application with existing source). When I select the above mentioned folder in "Location", it shows error "location doesnt contain a blueprint enterprise application"

Is there any solution?

Same thing works for war and web application.

seema_meg at 2007-7-7 1:17:01 > top of Java-index,Development Tools,Java Tools...
# 3

If you would like to move a project from one machine to another, then i think you should export the project itself and not the generated/compiled ear files.

On the first machine, pl. go to the project directory and zip the entire directory (you will notice that the directory contains nbproject, src, build.xml and other files and dirs). Unzip it on the second machine. On the second machine, start the ide, 'select file|open project...' and select the 'nbproject' directory.

KarthikR at 2007-7-7 1:17:01 > top of Java-index,Development Tools,Java Tools...
# 4
On selecting nbproject directory, IDE is not opening the project.I selected the project directory (parent of nbproject) and opened the project.
seema_meg at 2007-7-7 1:17:01 > top of Java-index,Development Tools,Java Tools...