JMol works fine in Developer - will not work in Client

I’m running Java 1.5 on both my development machine and my Server. Servoy 3.1 is installed on both. I am using Jmol 10 because it is an older version that has a single Applet .jar file and works fine when I’m using Developer. However, even though I take the SAME applet .jar file and upload it to the Server, the client will not run the Applet. ( I have already edited the Manifest file appropriately and I DID put the .jar into the beans directory on the server ).

Basically, in the client, I get the error “The undefined value has no properties calling loadInline”. loadInline is the function in Jmol that loads the molecule into the viewer.

Any idea what could be going wrong in the Server that is working fine in the Developer?

Thanks

FYI I found this on Servoy website:

"September 2005: A Fortune 100 company, providing branded products to consumers all over the world, has started their first Servoy project. The company will convert an existing desktop database-based application to an Oracle backend using Servoy as the front-end. The application will display Molecular Structures through an open source molecule visualization Java applet (Jmol). Servoy will automatically retrieve values from the Oracle database and pass the data off to the Java applet (running entirely within the Servoy application). The applet will render the entire Molecular Structure of the compound, enabling all kinds of measurements and analysis. We will release more information on this transaction later this year. If you would like further details, please contact us via email at sales@servoy.com. "

Hi, this is way too little info.

The only thing that is to say with your info is that the method can not be reached but you already knew that ;)

Would help to know what info WOULD be useful. If you’re aware of any.

Does the bean use libraries, do you load them properly (are they available and in the classpath)?
Do you see the viewer in the client?
If not do you see the viewer when you don’t call any methods?
Anything else in the error log?

For the project you quote we made some changes to the applet to make it work. You can download it here http://www.servoy.com/downloads/downloa … ns_dir.zip

That works beautifully! Thank you!