Computer GraphicsSetting up the FrameworkThis page will guide you through the steps of setting up the framework we use in this course. Step 0The Windows start menu is broken, try to look in T:\Eclipse 3.7\If you do not have the Eclipse IDE for Java Developers yet, install it, you can get it here. We do not require a specific version, but we suggest you update to the latest. We also need a Java virtual machine, if you do not have it installed yet you can get it here. The native libraries for a number of operating systems are included in the framework. IMPORTANT note for Linux users: JOGL isn't fully implemented in the GCJ JRE, make sure you use Sun's JRE 1.6 Step 1Download and unzip the frameworkStep 2Start Eclipse and set your workspace to the directory 'Framework'.You can find this dialog in "File -> Switch workspace -> Other..", don't be suprised if eclipse restarts and presents a welcome screen. Close the welcome screen. Step 3Import the project into Eclipse, File->Import
Step 4Select the directory Framework as root dir for the project
Step 5Make sure it looks like the following screenshot and press Finish
Step 6Now you should be able to open the source files in Eclipse, compile them and run them from eclipse. |