Dr. Martin Mundschenk wrote:

> 1)
> export CLASSPATH=jt400.jar
> java  -jar SFR.jar 

As was suggested, try:
   export CLASSPATH="/full/path/to/jt400.jar:."
   java  -jar SFR.jar

> 2)
> java -cp jt400.jar -jar SFR.jar 
> 
> on OSX all I have to do is move the libraries into /Library/Java/Extensions 
> and all works fine. Is there a similar directory in OpenSolaris?

If you are using the Java runtime that is installed with OpenSolaris, that 
would be:

 /usr/jdk/latest/jre/lib/ext

If you are using a JRE or a JDK you installed somewhere else, look for
$JAVA_HOME/jre/lib/ext.


HTH -

Tim

For more information, search for "Installed Optional Packages" here:
 http://java.sun.com/javase/6/docs/technotes/guides/extensions/spec.html
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to