CS465 Program 3: Model


FAQ

Remarks on setting up the framework

  1. Your Eclipse project should be laid out as follows:
       <project root>
    	src/
    	dlls/
    	jars/
    	icons/
    
  2. Make a Run configuration for MainFrame
  3. Under the Run... menu, go to the Arguments tab.
  4. In the VM Arguments pane, put the following:
       -Djava.library.path=./dlls/
    
    This tells java how to find the OpenGL dlls it needs to run the program.