The jar file with the cloudscape class files should be in your

%WL%\eval\cloudscape\lib\tools.jar

You want to execute COM.cloudscape.tools.cview to start Cloudscape.

So something like:

java -classpath <your_old_classpath>;<path_to_tools.jar>
COM.cloudscape.tools.cview

should start it up.  From there, adding tables is all GUI based.

To access it from your java program, do:

Class.forName("COM.cloudscape.core.JDBCDriver");
Connection con =

DriverManager.getConnection("jdbc:cloudscape:<path_to_db_here>");

Vik

-----Original Message-----
From: SRIDHAR DUDDALA <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, July 27, 2000 6:15 AM
Subject: Using Cloudscape with Weblogic5.1 on WinNT


>Hi All,
>
>I have problem using cloudspace database that is supplied along with the =
>trail version of Weblogic 5.1 on Win NT platform.
>If anybody has already worked on it, please send me directions as to how =
>to connect to it, how to start the cloudscape editor and how to create =
>tables.
>Help is available on the cloudscape site but not on Win NT platform. =
>Please be platform specific.
>
>Thanks in Adv,
>sridhar D
>
>===========================================================================
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff EJB-INTEREST".  For general help, send email to
>[EMAIL PROTECTED] and include in the body of the message "help".


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to