Guenther Simon wrote:Laurens Winkelhagen wrote:Hi Oliver,
The sources are not available on that site, do you have them? If you don't have them it's a 'bit complicated'
--Laurens
I think Jim should have them because he compiled that version.
Guenther
I'm not sure if Jim would have the original source files. The JET compiler that he uses can compile a JAR file into an executable, without having the original source.
If one is really desperate to view some source, they can use a decompiler like the DJ Java Decompiler. It won't be 100% identical to the original (no comments, etc), but the source generated by this tool is nicely formatted, with full variable names because .jar files have symbols. Whether or not it's illegal or allowed to decompile Cheoss, I don't know.
Tony