What I noticed thought is if I use my batch file to load the SQL Builder is
in the same directory as the prp it loads and shows my tables
but if I put the batch file in another directory and run it from there it
still loads the database but is missing my tables.
batch file to load SQLBuilder.bat:
@echo off
set ProjectPath=c:\Projects\SupportCentral\database
set JarPath=c:\java\jar
set JarFiles=%JarPath%\idb.jar;%JarPath%\SQLBuilder.jar;
set Output=c:\projects\supportcentral\database
set Classpath=.;%JarFiles%%ProjectPath%
@echo on
java -classpath %Classpath% SQLBuilder
@echo off
so i believe its really a path issue.
Any ideas on this?
-----------------------------------------------------------------------------
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.
|