I made this section on the Wiki for tutorials about jME 2. I am almost done with the setup guide for Netbeans and jME 2, just need to add a part for compiling jME 2. What does everyone think of this? Also, I could use contributors, for example, I don't know how to setup jME 2 with Eclipse. I am going to import all of the tutorials from the jME 1 section into jME 2 with jME 2 codes that work. I also want to work on a tutorial guide of my own, because I've noticed some tutorials are different styles, and some people like some styles of tutorials. There is stuff like something that you actually make a game with, commented code, and the simple examples with code explained. I like commented code since I have used multiple engines before, so I will probably do that. All comments are appreciated.
I actually finished the tutorials for setting up jME 2 and jME Physics 2 in Netbeans! Yay.
It is our duty as community members to upkeep the tutorials, so that the developers can work on, well, developing.
ATM my tutorial is not working. Fixing it now.
I do not know if you expect feedback or not… but I just wanted to say its a great thing that you are updating the tuts to jME 2.0. I started updating some of them also at one point but just cannot seem to find the time or just other things take priority.
Good work and thanks again
Seems only running the demo that doesn't work. You can stilll develop with it.
Thanks for the contributions!
thats odd what version of the SVN kit are you using i remember getting a lot of different things from the update site before it worked
check under help -> svn and make sure a kit is selected I was having the same issue and it was because a svn kit wasn't selected i would give u more detail but eclipse isn't infont of me currently
your using ganymede right?
http://www-128.ibm.com/developerworks/opensource/library/os-ecl-subversion/
Bonechilla said:
thats odd what version of the SVN kit are you using i remember getting a lot of different things from the update site before it worked
check under help -> svn and make sure a kit is selected I was having the same issue and it was because a svn kit wasn't selected i would give u more detail but eclipse isn't infont of me currently
your using ganymede right?
http://www-128.ibm.com/developerworks/opensource/library/os-ecl-subversion/
Hmmm I'm not sure I have the same setup as you then. I don't have that svn menu, here's a screenshot :
http://www.er.uqam.ca/merlin/cd391451/screen.JPG
I'm using eclipse-java-ganymede-SR1-win32 ..
I didn't make that tutorial, I have never used Eclipse, so I couldn't help… It's a wiki, so just edit it yourself.
srry i actually gave you the wrong link its
actuallyhttp://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/
which you can actually find unchecked when you press the button manage site
i jsut had to reinstall my eclipse and i isntalled JavaH.l 1.5, Native JavaH.l 1.5, Subverse SVN connectors, and svnkit 1.7
should also probably note that I installed the plug-ins from the site one shown on the wiki before i got them from the update site, maybe this can help
Bonechilla said:
srry i actually gave you the wrong link its
actuallyhttp://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/
which you can actually find unchecked when you press the button manage site
i jsut had to reinstall my eclipse and i isntalled JavaH.l 1.5, Native JavaH.l 1.5, Subverse SVN connectors, and svnkit 1.7
should also probably note that I installed the plug-ins from the site one shown on the wiki before i got them from the update site, maybe this can help
Thanks. That's the link you had given me though.
I'm gonna try with NetBeans. As long as I can build a damn Jar ; that's all I need.
Well it worked with NetBeans, but I had had the same problem.
Turns out it was my anti-virus (AVG…) as per this post : http://www.mail-archive.com/jquery-en@googlegroups.com/msg05381.html
Should I add a note to the wiki?
Sure, if you think it's important. Remember though, it's a wiki, you don't have to ask to edit it!
good to hear you found the issue
maybe this video of checking out the OLD monkey3D can also help HERE
Hi all!
I'am working with the Flasgrush tutorial. Actually is point to the jME 1.0 tutorial so I'am fixing it to work in jME2 but I just start with jME2 so if you see some error, please fix it or tell me.
Thank