Getting started with IntelliJ

I try to run some off the tests: (Ubuntu 10.04, Intellij IDE)



I have done this:


  • download jME3_2011-11-28.zip
  • unziped it
  • create project from existing source with projectdir jME3_2011-11-28
  • I try to run HelloJME3 form the helloworld directory, but …



    … get an error with the “import com.jme3.asset.BlenderKey”. Its not found!



    Any ideas what I can do?

What do you mean by “create project from existing source”? Read the wiki on using the libraries in another IDE. You have to register the jMonkeyEngine3.jar and the jar files in the “lib” directory (those you need anyway) in your projects class path…