Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: Why I can't start cloudview???


Message #1 by Edward <zhangsc@n...> on Thu, 16 May 2002 11:03:05 +0800
I had the same problem.

I resolved using an text based interface from
cloudview:

1. Go to "%j2ee_home%\lib" directory.

2. Run: "cloudscape -start" (to start database
server).

3. Run: "clouscape -isql" (to run text based sql
interface.

4. create the table writing tha sql instruction:
   ie:
   "create table client
    (name varchar(15));".


Notice: the " character is only for explanation, do
not include in the instructions.

I used this and it worked, i hope the same for you.

you donīt have to install cloudview, it is included
with j2ee.

for more information you could go to cloudview.com or
go to www.wrox.com and search information about the
corrections about the book.

Best regards,

German


============================================



   
--- Edward <zhangsc@n...> wrote:
> I installed j2sdkee1.3.1,I want to use cloudscape
> attached by J2EE Reference Implementation,so it has
> a tool named Cloudview.and I run this follow
> command:
> F:\j2sdkee1.3.1\lib\system>java -classpath
> tools.jar;cloudscape.jar COM.cloudscape.tools.cview
> 
> But I get a error:
>     Exception in thread "main"
> java.lang.NoClassDefFoundError:
> COM/cloudscape/tools/cview
> 
> I wan't know why it is error,I do above operations
> according the book "Professional Java Server
> Programming J2EE 1.3 Edition",the 6 Chapter.  If I
> need install other java components? I want to know
> that if j2sdkee-1_3_1-win.exe contains Cloudview? If
> it is not,where can I get Cloudview???
> Any idea will be appreciated!
> Thanks!!!
> Edward
> 


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

  Return to Index