Alice Community  

Go Back   Alice Community > Alice 3 > How Do I?

Reply
 
Thread Tools Display Modes
How to convert NetBeans project into Eclipse project?
Old
Lorenesf3
Guest
 
Status:
Posts: n/a
Default How to convert NetBeans project into Eclipse project? - 12-15-2009, 12:46 AM

How do I convert a Java application project created using NetBeans into an Eclipse project format / Folder format? Is there any plugin with NetBeans or Eclipse which can do this? Or is there any other way? I need this urgently as my code is not working and my brother wants me to send my code to him and he needs me to convert it into Eclipse format.
   
Reply With Quote
Alice in Eclipse
Old
cayhorstmann
Guest
 
Status:
Posts: n/a
Default Alice in Eclipse - 12-17-2009, 10:33 PM

If you already have the Alice Project in NetBeans, here is how you can get it to compile in Eclipse.

1. In Eclipse, make a project from existing sources...namely the sources that you already have.

2. Add the following JAR files to your project:

lib/lg_walkandtouch.jar
lib/moveandturn.jar
lib/foundation.jar
ext/swingworker/swing-worker-1.2.jar
ext/jogl/lib/gluegen-rt.jar
ext/jogl/lib/jogl.jar

These are inside your Alice distribution.

3. Add the following to the VM options in your run configuration:

-Xmx1024m -Djava.library.path="/path/to/Alice/ext/jogl/lib/linux-i586:/path/to/Alice/application/linux-i586"

(where you'd replace linux-i586 with whatever your platform is and, of course, /path/to/Alice with the path to your Alice installation.)

Cheers,

Cay
   
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.