pierstocazzo / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

galileo build issues #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install eclpse galileo (for java devlopers)
2. install subversive
3. download trunk

What is the expected output? What do you see instead?
the app should compile without any complaints and br ready to work

What version of the product are you using? On what operating system?
trunk svn pull, windows vista

Please provide any additional information below.
cannot find the libraries for the following pieces

import org.eclipse.swt.SWT;
import org.eclipse.swt.events.KeyEvent;
import org.eclipse.swt.events.KeyListener;
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Event;

Original issue reported on code.google.com by blakebin...@gmail.com on 27 Jun 2009 at 10:14

GoogleCodeExporter commented 9 years ago
well I apparently am an idjit and can't read a wiki, nevermind, please 
delete/ignore 
this

all I had to do was follow the dang instructions
http://www.jmonkeyengine.com/wiki/doku.php?id=downloading_and_installing_jme_2.x

Original comment by blakebin...@gmail.com on 28 Jun 2009 at 2:37

GoogleCodeExporter commented 9 years ago
the swt.jar is platform dependant, that's why it can't be added to the build 
path by
default :/

Original comment by christoph.luder on 9 Jul 2009 at 6:32