Link to home
Start Free TrialLog in
Avatar of jaggernat
jaggernat

asked on

import files in JBuilder2005 IDE

hi experts

I have my entire project in JBuilder2005 with weblogic application server. Is there any way i can transfer my
entire project in another system with Jbuilder2005.My project has .war files,.jar files,xml files ect.
any solutions greatly apprecaited.
thanks
J
Avatar of Nguyen Huu Phuoc
Nguyen Huu Phuoc
Flag of Viet Nam image

Another system? What is it?
Phuoc
Avatar of jaggernat
jaggernat

ASKER

Its another system with JBuilder2005 IDE. I just want to transfer my project from one JBuilderIDE (in one system)to another JBuilder IDE(in another system).

Is there any thing like export/ import the project.
thanks
If you want to move your JBuilder project from one system to another system you just copy your project directory. In the new system, Project > Project Properties> Paths > Required Libraries>Select a red letter name of  library > press on "Edit" button to add all library as in your old system.
To make your convinent, when you organize the project, you should make lib folder which is a subfolder of your project folder. You put here every libraries which is neccessary for your project except JDK libraries, J2EE libraries. Then you make your project libraries point to the lib folder. When you copy the project folder to another system you don't have to change very much (some time you have to change nothing).
Select ClassPath tab> you are sure that all library it is neccessary for project presenting here.
Phuoc
 
or i guess i can create a .jpx in my old system jbuilder and then open the .jpx in the new system juilder.
is that correct?

thanks
J
ASKER CERTIFIED SOLUTION
Avatar of Nguyen Huu Phuoc
Nguyen Huu Phuoc
Flag of Viet Nam image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial