Bruce,

To fix the "java.lang.NoClassDefFoundError: javax/net/ssl/SSLSocket" error, we need to add jsse.jar to your java classpath. To do this, edit trio.bat and find the following:

-Djava.class.path="%JAVA_HOME%\lib\tools.jar;..."

and then change it to read:

-Djava.class.path="%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\jsse.jar;..."

Hopefully this will fix your problem. But I'm still clueless as to why it's wanting to use a secure socket.

Let me know how you get on.

Cheers
Paul
_________________________
Paul (the tRio guy)