>> So, I do not know where jmol2cdk.jar is coming from. And I do not know >> how it was compiled. > > Sorry for that... that's just a name mismatch... in CDK's jmol.xml it is > called jmolcdk.jar... Just a stupid historical reason...
OK [snip] > And don't forget that Jmol can use CDK IO... using the -Dmodel=cdk > option... (or something like that...) Correct. [snip] >> This is something that Egon (or Rajarshi?) needs to take care of. > > Remind me if I forgot to recompile it ... Yes, you need to recompile it. I suggest that you add attributes to your <javac> statement in the build.xml file. source="1.4" target="1.4" This will force it to generate object code for 1.4 virtual machines, even though you use the 1.5 compiler. (Note: In Jmol I use source="1.3" target="1.1" because the applet needs to run on old JVMs. Source is set to 1.3 in order to not allow 1.4 assertions.) Miguel ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
