I’m trying to test a change in the jME source.
I checked out the whole project via sdk, opened the engine, modified the source and saved it.
When I built and ran the SDK however, nothing changed.
A look at the libraries revealed, that somehow there was still the old source in place.
Do I have to somehow move the new engine source to the library or something?
I couldn’t find any info on how to do it.
Thanks in advance!
I finally figured it out xD
My problem was that when I looked at the source of the libraries, the old source was displayed, even tough I had changed the librarys path (I forgot to change the source path too).
So I thought it wasn’t replaced even tough it was.