  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | JSP - A mailing list about Java Server Pages specification and reference | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Cloudscape question | Cloudscape question 2004-12-10 - By Markus Fuchs
Back <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <body bgcolor="#FFFFFF"> Hi Edward, <p>make sure that COM.cloudscape.core.JDBCDriver is in cloudscape.jar <p>Then try <p>set CLASSPATH=".;F:\j2sdkee1.3.1\lib\system\cloudscape.jar;F:\j2sdkee1.3.1 \lib\cloudscape\cloudview.jar" then start Cloudview like follow command: <br>>java COM.cloudscape.tools.cview <p>or <p>>java -classpath ".;F:\j2sdkee1.3.1\lib\system\cloudscape.jar;F:\j2sdkee1.3 .1\lib\cloudscape\cloudview.jar" COM.cloudscape.tools.cview <p>HTH, <p>-- markus. <p>Edward King wrote: <blockquote TYPE=CITE><style></style> <font size=-1>I want to use Cloudscape of J2EE1.3.1,so I set classpath=.;F:\j2sdkee1.3.1\lib\system\cloudscape.jar then I enter into directory of F:\j2sdkee1.3.1\lib\cloudscape, and start Cloudview like follow command:</font> <br><font size=-1>F:\j2sdkee1.3.1\lib\cloudscape>java -classpath cloudview.jar COM.cloudscape.tools.cview</font> <font size=-1>I found I can start Cloudview GUI,then I want to create a new database,so I choose File->New Database,then I name a new Name,and press OK button,but I got following errors:</font> <font size=-1>java.lang.ClassNotFoundException : COM .cloudscape.core.JDBCDriver</font><font size=-1> at java.net.URLClassLoader $1.run(URLClassLoader.java:198)</font><font size=-1> at java.security.AccessController (Native Method)</font><font size=-1> at java.net.URLClassLoader (URLClassLoader.java:186)</font><font size=-1> at java.lang.ClassLoader (ClassLoader.java:299)</font><font size=-1>  ;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)</font><font size= -1> at java.lang.ClassLoader (ClassLoader.java:255)</font><font size=-1>  ;at java.lang.ClassLoader (ClassLoader.java:315)</font><font size= -1> at java.lang.Class (Native Method)</font><font size=-1> at java.lang .Class.forName(Class.java:140)</font><font size=-1> at c8e.eb.ab.setSelectedDatabase(Unknown Source)</font><font size=-1> at c8e.dx.bs.connect(Unknown Source)</font><font size=-1> at COM.cloudscape .ui.panel.NewDatabasePanel.newDatabase(Unknown Source)</font><font size=-1> at COM.cloudscape.ui.panel.NewDatabasePanel .ok(Unknown Source)</font><font size=-1> at COM.cloudscape.ui.panel.URLPanel .keyPressed(Unknown Source)</font><font size=-1> at java.awt.Component  (Component.java:5092)</font><font size=-1> at javax.swing.JComponent (JComponent.java:2385)</font><font size= -1> at java.awt.Component (Component.java:4943)</font><font size=-1>  ;at java.awt.Container (Container.java:1566)</font><font size=-1>  ;at java.awt.Component (Component.java:3639)</font><font size=-1> at java.awt.Container (Container.java:1623)</font><font size=-1> at java.awt.Component (Component.java:3480)</font><font size=-1>  ;at java.awt.KeyboardFocusManager (KeyboardFocusManager.java:1688)< /font><font size=-1> at java.awt.DefaultKeyboardFocusManager  (DefaultKeyboardFocusManager.java:593)</font><font size=-1> at java.awt.DefaultKeyboardFocusManager  (DefaultKeyboardFocusManager.java:765)</font><font size=-1> at java.awt.DefaultKeyboardFocusManager  (DefaultKeyboardFocusManager.java:698)</font><font size=-1> at java.awt.DefaultKeyboardFocusManager (DefaultKeyboardFocusManager .java:559)</font><font size=-1> at java.awt.Component (Component.java:3509)</font><font size=-1> at java.awt.Container (Container.java:1623)</font><font size=-1> at java.awt.Window (Window.java:1590)</font><font size=-1> at java.awt.Component (Component.java:3480)</font><font size=-1>  ;at java.awt.EventQueue (EventQueue.java:450)</font><font size=-1> at java.awt.EventDispatchThread (EventDispatchThread.java :197)</font><font size=-1> at java.awt.EventDispatchThread (EventDispatchThread.java :150)</font><font size=-1> at java.awt.EventDispatchThread (EventDispatchThread.java:144)</font> <font size=-1> at java.awt.EventDispatchThread (EventDispatchThread.java:136)</font> <font size=-1> at java.awt.EventDispatchThread (EventDispatchThread.java:99)</font> <br><font size=-1>I know COM.cloudscape.core.JDBCDriver in the cloudscape.jar ,and I have put it into classpath,why I still get above errors?</font> <br><font size=-1>How to run cloudview for creating a new database?</font>  ;<font size=-1>Any idea will appreciated!</font> <br><font size=-1>Best regards,</font> <br><font size=-1>Edward</font> ========================================== ================================= To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help". <br> <br> </blockquote>
</body> </html> =========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help". <p>
|
|
 |