> There is no link between WebServerConnection.java and the codebase="../lib/"
> in the demo html file. None whatsoever.
> 
> I wrote the .html tags when I did the packaging for 1.60 and tested
> QueryTool successfully as an applet.

i'm guessing you aren't using hsqldb's mini web server then?
my problem is not on the client.
it is in getting the server to expose the directory jar file successfully.

btw, the latest cvs does not build, at least for me  -- Channel.java fails.
there is also an undocumented dependence on the servlet classes, to get the build to 
work.

-mda

/home/mda/shared/src/java/hsqldb-cvs/hsqldb/src/org/hsqldb/Channel.java:60: cannot 
resolve symbol
symbol  : class ModuleManager
location: class org.hsqldb.Channel
    private ModuleManager mLibrary;
            ^
/home/mda/shared/src/java/hsqldb-cvs/hsqldb/src/org/hsqldb/Channel.java:424: cannot 
resolve symbol
symbol  : class ModuleManager
location: class org.hsqldb.Channel
    public ModuleManager getModuleManager() {
           ^
/home/mda/shared/src/java/hsqldb-cvs/hsqldb/src/org/hsqldb/Channel.java:108: cannot 
resolve symbol
symbol  : constructor Library  (org.hsqldb.Channel)
location: class org.hsqldb.Library
        mLibrary = new Library(this);



_______________________________________________
hsqldb-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers

Reply via email to