05 May 2010

netbeans to eclipse project exporting

Just copy java files from -
/home/moon/workspace-ganymede/StrategyPattern/src
to -
/home/moon/NetBeansProjects/StrategyPattern/src

If needed create a project in eclipse with the same name of netbeans project, copy java files as above, if files were inside a package, create a package in eclipse and drag and drop java files in eclipse project explorer.

An example after doing above -
/home/moon/workspace-ganymede/StrategyPattern/src/strategypattern
/home/moon/NetBeansProjects/StrategyPattern/src/strategypattern

It works.

0 comments:

Post a Comment

Blog Archive