简体   繁体   中英

RAD (IBM) to Eclipse

I am doing the migration of my project from WAS 6.1 to JBossAs7. The IDE that we were working with was RAD from IBM. The migration is almost complete and now I have to configure the project on Eclipse (Kepler).

What is the best approach to complete this task?

I am asking this because when I look to the .classpath , .project files and the .settings folde which contain data that belongs to the IBM and WAS 6.1 libraries and settings.

Should I import the project in Eclipse and start changing the settings in the IDE or erase those settings in the files and then import the project?

Any other ways I could achieve this?

RAD comes with its own JDK and you will have to reconfigure the .classpath. Because server runtimes and jres will be different while configuring in eclipse. You can still reuse the .classpath for the rest of your projects.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM