> Hi Maria, > > Maria Brandl wrote: >> Is it possible to compile standalone Jmol >> with gcj (into a binary) ? >> > I never tried, but probably since we don't use many advanced Java APIs.
The Jmol application will certainly not work because it uses Swing, which is not available with gcj. The g3d package currently has implementations for awt & swing. There is very little that is actually used, basically font stuff and blitting out an offscreen image. The problem is that I don't think that this stuff is available under gcj either (although I have not checked in over a year). I think that my answer is: If there is any type of graphics/screen support that works with gcj then the Jmol viewer would be very easy to port to gcj + that graphics package. >> If so, can it be distributed under the same >> licence conditions as the bytcode ? >> > Jmol is licensed is under Gnu LGPL, > see https://svn.sourceforge.net/svnroot/jmol/trunk/Jmol/LICENSE.txt > > There are a few constraints but a modified version can be distributed. > If you add a few things like a build script, don't hesitate to send it > to us, we could add it in the Jmol source code if it's also under LPGL. Yes, distributing compiled object code under gcj would be the subject to the same LGPL license as the java bytecode. Miguel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
