How do I start?

Well I'm new to jMonkey and I was wonder how I'd set Eclipse up for it. I don't know anything about jMonkey so I'd enjoy any help I can get.



P.S. If this is in a wrong section can you please move it to the correct section.

Either try:

http://www.jmonkeyengine.com/wiki/doku.php?id=setting_up_eclipse_to_build_jme

or

http://www.jmonkeyengine.com/wiki/doku.php?id=setting_up_eclipse_to_build_jme_2



Take your pick.  You’d likely want to use the second link.  It recommends subversive, but if you have Subclipse that’ll work just as well.

Thanks for the links, actually just starting to look at this stuff myself, but for some reason I can't ever choose an SVN connector in Eclipse, the SVN Connector dropdown is always empty :frowning:



Anyone know? I've tried a number of options I've found on the web but so far nothing works. All I installed was Subversive SVN Connectors (2.0.1) Subversive SVN Team Provider (0.7.3) and SVNKit 1.1.7 Implementation



Am I missing something stupid?

Okay, nevermind apparently (for anyone else who runs into issues)



This site



http://www.polarion.org/projects/subversive/download/eclipse/2.0/ganymede-site/



Bad,



This site



http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/



Good.

Arla said:

Okay, nevermind apparently (for anyone else who runs into issues)

This site

http://www.polarion.org/projects/subversive/download/eclipse/2.0/ganymede-site/

Bad,

This site

http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/

Good.


It's funny but I can't "Add Site" to the list, the second site the good one I can't add it to show into the list of Available software in eclipse (Help->Software Updates...)

And i would take this site: http://subclipse.tigris.org/update_1.4.x :stuck_out_tongue:

Vardamir said:

And i would take this site: http://subclipse.tigris.org/update_1.4.x :P


That one worked, added it and now installing Subclipse(required) group...
and restarted eclipse when prompted.

still getting the same error:

SVN: '0x0040010b: Obtain Project Name' operation finished with error: Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Client.
Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Client.

http://tortoisesvn.tigris.org/ is probably better. It is a GUI based SVN. To check something out, first make a folder. Left click on the new folder, and select SVN Checkout. Type in the SVN site and click OK. Congratualations, you are ready.