I'm programming a game in plain Java (no external libraries). Running the project with JRebel enabled slows the performance down and frame rate goes below 1 fps.
Is there any way to use JRebel for game development? Can I for example "run" JRebel manually after I've done some changes to the code, so that it wouldn't slow down the game, but I would still see the changes without restarting the application?
I'm using Eclipse and Java 1.6, latest JRebel. I have no prior experience with JRevel, so any help is welcome. Thanks.