Me neither. I get

Exception in thread "main" java.lang.NoClassDefFoundError: com/rio/protocol/PearlSynchronizeClient
at org.jempeg.empeg.manager.Main.main(Main.java:107)

after jemplode starts. I'm assuming that this class is in the rmmlite.jar that jemplode needs to find in the classpath. But, nothing I do can make it be found.

I'm trying to just execute the jar directly by using java -jar -cp rmmlite.jar jemplode.jar, but no matter what other things I put in the -cp option, or where I actually put rmmlite.jar, I can't make it work.
_________________________
-Aaron