Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: Re: Preparing Cloudscape Database - J2ee


Message #1 by "viccos" <viccos@m...> on Tue, 2 Apr 2002 14:01:13
Hola Germán.
The libraries you specify on classpath are not probabbly found.
try to write this( supposing WIN machine ):

java -classpath C:/jdk1.3/lib/tools.jar;C:/bea/wls/.../cloudscape.jar
COM.cloudscape.tools.cview

Writting the full path for libraries.

Did it work? I hope.

  Return to Index