InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: InstantDB: ScriptTool Problem


one addition, the instantDB classpath must include the idbexmpl.jar file.
-----Original Message-----
From: owner-instantDB@enhydra.org [mailto:owner-instantDB@enhydra.org]On Behalf Of Develop01
Sent: Tuesday, March 06, 2001 6:19 PM
To: 'instantDB@enhydra.org'
Subject: RE: InstantDB: ScriptTool Problem

try specifying your classpath in the command and ScriptTool's full package path, as below:
 
java -cp yourInstantDBClasspath -ms16m -mx32m org.enhydra.instantdb.ScriptTool theSQLFileThatYouWantToExecute
 
 

 
 -----Original Message-----
From: owner-instantDB@enhydra.org [mailto:owner-instantDB@enhydra.org]On Behalf Of TomY
Sent: Tuesday, March 06, 2001 6:04 PM
To: instantDB@enhydra.org
Subject: InstantDB: ScriptTool Problem

I run the folowing:
java -ms16m -mx32m ScriptTool
and I get the error: Exception in thread "main" java.lang.NoClassDefFoundError: ScriptTool
what is going wrong?
I use java version 1.3.0
Thank's for help