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]

InstantDB: Fix for SQLBuilder


You can fix SQLBuilder by putting the following line in a file
"Res.java" and compiliing it and putting it at the top level of your
classpath.

public class Res extends org.enhydra.instantdb.SQLBuilder.Res { }

The problem appears to be that SQLBuilder is looking for a resource
"Res" with no package, but the class is implemented in the same package
as the other SQLBuilder classes.  By extending it in the default-package
area, it can be found, but the methods pass through to the super class
in the SQLBuilder package.

This has worked for me.

Scott

> when I start the SQLBuilder (in the idbexmpl.jar), there are an error
"can't find Res_en_US"...

-----------------------------------------------------------------------------
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.