Almir Campos

Greenhorn
+ Follow
since Sep 07, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Almir Campos

Peter Johnson wrote:Almir, yes please provide the steps to do this because this question comes up periodically. Oh, and welcome to Java Ranch!



Hi, Peter and All. Thank you for the welcome!

Here is a little tutorial on "Importing projects from NetBeans to Eclipse".

Please try this:


PART I - NETBEANS

1) Open NebBeans.
2) Create a java project named "ToEclipse".
3) Build this project.

Then, NetBeans has created several folders. The important folders to us are (in my computer):

a) "c:\User\Almir\NetBeans\ToEclipse\dist"
b) "c:\User\Almir\NetBeans\ToEclipse\src"


PART II - ECLIPSE

1) Go to Eclipse.
2) Create a java project in Eclipse named "ToEclipse".

Then, Eclipse has created several folders. The important folders to us are (in my computer):

a) "c:\Users\Almir\Eclipse\ToEclipse\bin"
b) "c:\Users\Almir\Eclipse\ToEclipse\src"


PART III - WINDOWS EXPLORER

1) Go to Windows Explorer.
2) Copy the FILE "ToEclipse.jar" at "c:\Users\Almir\Eclipse\ToEclipse\bin" folder.
3) Past it in "c:\Users\Almir\Eclipse\ToEclipse\bin"
4) Copy the FOLDER "toeclipse" at "c:\User\Almir\NetBeans\ToEclipse\src" folder.
5) Past it in b) "c:\Users\Almir\Eclipse\ToEclipse\src" folder.


PART IV - ECLIPSE

1) Go to Eclipse.
2) Press "f5"to refresh the view.
3) Verify that your project is there (under "ToEclipse/src/toeclipse").
4) Say "Oh! Yes! It works!".
5) Run the project.
6) Return to 3) how many times you want!


I hope that helps you!

Kind regards,
Almir Campos
São Paulo, Brazil.

Petru Coma wrote:You can import Eclipse projects to Netbeans, but how can you export Netbeans project to Eclipse?


Hi, Petru.

Today I learned how to do this importation. Do you still need the response?

Regards,
Almir Campos.