Hello there. I'm testing the waters with jME; it's very exciting stuff. I'm setting up my first test projects, using the wiki guide to set up Eclipse. Everything went swimmingly until almost the very end, but now I'm having an issue that I can't seem to understand.
So, User Libraries. This section went great:
Step 10: Now right-click the jME project → Properties → Java Build Path → Libraries tab → Add Library
Okay, sounds like a plan. It seems my Eclipse doesn't have SVN built-in, so I'll work on that first thing. Then I'll continue to follow the video and see if I can get everything working.
Questions: Is there a way to tell at a glance in Eclipse which version of the code I'm looking at? Either in the code or at run-time? Also… is the wiki/User Guide all written to 1.0 like the install guide, or will I be able to use it as a reference for learning 2.0?
Is there a way to tell at a glance in Eclipse which version of the code I'm looking at?
This is a good question, perhaps we (the 'devs') should change the Ant script to have the project name be "jME 2.0"...
Also... is the wiki/User Guide all written to 1.0 like the install guide, or will I be able to use it as a reference for learning 2.0?
Unfortunately, most of the Wiki still refers to jME 1.0 so you will have to use it as 'references'; if you feel like you would want to help out please feel free to update the Wiki to 2.0 where ever you can :).
(I'm sure you found this already, but: http://www.jmonkeyengine.com/wiki/doku.php?id=jme_to_jme2_changes)