Uh...right. *facepalm* Doing that now.
Heh. That's why you have the testers!
Uh...right. *facepalm* Doing that now.
I'm having more problems with the race creator. The racial power and abilities don't save, or at least I think that's the problem. When I load a race that I had saved previously, the racial power and racial abilities are gone.
You should look into JNLP. It streamlines the installation process and allows you to push out updates automatically, and it's for every platform.So can Windows and Linux. The point of the executable is (A) to add an installer, a splash screen, and an icon without me having to code them myself,
You could run it through a bytecode obfuscator.and (B) to prevent the code from being decompiled, since decompiling Java is trivial and I'm paranoid about my code.
I'm on windows right now, and nothing will save.
Edit: And it's frozen.
77IM said:You could run it through a bytecode obfuscator.
What were you trying to save, and what were you doing when it froze?
Those aren't very effective; it's better than source obfuscation, but not by much. Since bytecode has to go through the class loader at some point, a competent Java programmer could reverse-engineer even that.
I was trying to save a class and it froze when I was on race creator.
So you had both the Class Creator and the Race Creator open at the same time, and you clicked "Save" in the Class Creator, correct? I'll try to recreate the problem on my end and see what happens.
It was two different instances. I was working on a class i loaded when it couldn't. I got out of the class creator to look at the race creator when it froze.