This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: missing packages ???


On Thu, 2003-06-05 at 11:05, Andrew Shuttlewood wrote:
> On Thu, 2003-06-05 at 09:42, Lars Andersen wrote:
> > They stopped complaining about missing classes, for sure.
> > 
> > The jdbc driver in question is the linux jdbc drivers for MS SQL 2000.
> > 
> > Compile it with gcc3.3
> > 
> > produces lots of compile errors like these :
> > 
> > error: cannot find file for class sun.io.CharToByteConverter
> > error: cannot find file for class sun.io.ByteToCharConverter
> > ... and more ...
> 
> I just stubbed these to compile. I imagine that if it proved to be a
> problem you could probably write something broadly compatible using the
> gnu libraries as a backend, but TBH, none of the methods ever got called
> in my quick and dirty test.
> 
> I found class specs on the net so it's relatively easy to stub.


OK, I will try it out for sure.

There is one more reason to wait for 3.4, and that is automatic
inclusion of property files when compiling jars. In 3.3 you have to
specify and compile them separately. 
With that in place we're close to easy compilation of JDBC. Then you
could compile all your JDBCs into libraries, lib<package_name>.so and
load them dynamically. That is where I really want to go.  

-- 
/Lars Andersen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]