From: Noel O'B. <bao...@gm...> - 2008-12-16 14:53:57
|
Hello Nathan, If I understand you correctly, you are using the OpenBabel Java bindings available from Cinfony along with OpenBabel 2.2.0 (the next release of OpenBabel will include the Jar file directly). It shouldn't be necessary to extract the jar file. Just add it to your CLASSPATH and it should work. Regarding making it all available to all users on the system, it is just a question of setting the environment variables as described in the README. If it works for you, it should work for other users in the same way. The best way to test is to copy the test program to a new directory, and see whether you can compile and run it there. If it doesn't work for you, please describe exactly what OS you're using, what commands you used, and where it failed. Regards, Noel 2008/12/16 Noel O'Boyle <bao...@gm...>: > Forwarding to list... > > ---------- Forwarded message ---------- > From: Nathan Rice <exn...@gm...> > Date: 2008/12/16 > Subject: java bindings installation question > To: bao...@gm... > > > Hello, > > I went through the entire installation process described in the README > file for the installation of the java bindings as a non root user, and > successfully ran the test program (after extracting the jar file into > the classpath to solve some classdefnotfound errors). A > libopenbabel.so file was created in the script directory with a > filesize of about 2 megabytes. I would like the bindings to be > available to all users on the system, are there additional > installation steps that I can do so that users only have to call the > library from within java without having to copy/move/etc anything? > > Thank you for any help you can provide, > > Nathan Rice > |