I created the following batch files:
setpath.bat:
set IDB=C:\idb
set JRE="C:\Program Files\JavaSoft\JRE\1.2"
set CLASSPATH=%IDB%\Classes\idb.jar;%IDB%\Classes\idbexmpl.jar;%IDB%\Classes\jta-spec1_0_1.jar;%JRE%\lib\rt.jar;%CLASSPATH%
set PATH=%JRE%\bin;%PATH%
compile.bat:
if not "%JAVA3FLAG%" == "" goto END
call java3
call setpath.bat
set JAVA3FLAG=true
:END
javac -d ./classes *.java
run.bat:
if not "%JAVA3FLAG%" == "" goto END
call java3
call setpath.bat
set JAVA3FLAG=true
:END
java -classpath classes -Xbootclasspath/a:C:/idb/Classes/idb.jar org.enhydra.instantdb.SQLBuilder.SQLBuilder
I stored them in the Examples/SQLBuilder dir
and i was flying:
I have received the same issue (see the attached txt file).
I have used the ScriptTool to import 9 different tables into a InstantDB
db, ranging from 1 row to 67,000 rows.
(your files "foot print" are much bigger, compared to MS Access). I can
also use your DBBrowser to view all tables and meta's.
Is there something I'm doing wrong or don't know?
Thanks,
Cruz Pitre
On Thu, 21 Dec 2000 07:43:04 -0800 (PST) Daniel Zajic <dzajic@yahoo.com>
writes:
> I can't get SQLBuilder to run.
> It comes up with the following error:
>
> Exception in thread "main" java.util.MissingResourceException: Can't
> find bundle
> for base name Res, locale en_US
> at
> java.util.ResourceBundle.throwMissingResourceException(Unknown
> Source
> )
> at java.util.ResourceBundle.getBundleImpl(Unknown Source)
> at java.util.ResourceBundle.getBundle(Unknown Source)
> at
> org.enhydra.instantdb.SQLBuilder.QueryPanel.<init>(QueryPanel.java:43
> )
> at
> org.enhydra.instantdb.SQLBuilder.SQLBuilder.<init>(SQLBuilder.java:11
> 5)
> at
> org.enhydra.instantdb.SQLBuilder.SQLBuilder.main(SQLBuilder.java:159)
>
> Someone please help!
> Daniel Zajic.
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/
>
-------------------------------------------------------------------------
----
> To unsubscribe from this mailing list, send email to
> majordomo@enhydra.org
> with the text "unsubscribe instantdb" in the body of the email.
> If you have other questions regarding this mailing list, send email
> to
> the list admin at owner-instantdb@enhydra.org.
Microsoft(R) Windows NT(TM)
(C) Copyright 1985-1996 Microsoft Corp.
C:\>java org.enhydra.instantdb.SQLBuilder.SQLBuilder
WebGain Java! JustInTime Compiler Version 4.00.002(x) for JDK 1.2
Copyright (C) 2000 WebGain, Inc.
Exception in thread "main" java.util.MissingResourceException: Can't find resour
ce for base name Res, locale en_US
at java.util.ResourceBundle.getBundle(ResourceBundle.java:423)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:339)
at org.enhydra.instantdb.SQLBuilder.QueryPanel.<init>(QueryPanel.java:43
)
at org.enhydra.instantdb.SQLBuilder.SQLBuilder.<init>(SQLBuilder.java, C
ompiled Code)
at org.enhydra.instantdb.SQLBuilder.SQLBuilder.main(SQLBuilder.java:159)