2007-11-01 13:46:20 UTC
Sorry for the (too) late response.
Reading this
>> Caused by: java.lang.UnsupportedOperationException
I guess You are using a version of java that does not support the full feature set of the original (Sun) Java Virtual Machine or Your version is outdated. First, You should try to get the newest version of Your virtual machine. If that doesn't help, You should switch to the official Java Virtual Machine (at least no problem when running windows).
Btw, you cannot start a Java archive like this:
>> [root@localhost Desktop]# java retypar_0.9.3.jar
You have to use the -jar switch (as You did in the second command).
Bye
Jens