[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-10 13:10 --- Closing as this is not our bug. -- What|Removed |Added Status|UNCONFIRMED

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread delarosa at ilstechnology dot com
--- Additional Comments From delarosa at ilstechnology dot com 2005-03-09 16:23 --- Does this: sun.io.ByteToCharConverter not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], mean the the gcj runtime library has no sun.io.ByteToCharConverter ? If so, is there a way to add

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 16:33 --- (In reply to comment #2) Does this: sun.io.ByteToCharConverter not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], Hmm, this seems wrong, no body should be refering to a sun. class really.

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread konqueror at gmx dot de
--- Additional Comments From konqueror at gmx dot de 2005-03-09 17:47 --- Thats a bug in upstream, the jdbc connector/application here. No application should access sun classes. File a bug against them. Even SUN says: Don't use them directly. We did the same successfully for a bunch of

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread delarosa at ilstechnology dot com
--- Additional Comments From delarosa at ilstechnology dot com 2005-03-09 17:56 --- Thanks for the response. What is upstream ? Is that a gcj component ? Where exactly should I post the bug ? On the meantime, I plan to extract that particular class and compile it in with the

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread konqueror at gmx dot de
--- Additional Comments From konqueror at gmx dot de 2005-03-09 18:40 --- Upstream is the provider of your jdbc provider. DB/2 in your case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20394

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread delarosa at ilstechnology dot com
--- Additional Comments From delarosa at ilstechnology dot com 2005-03-09 18:52 --- Hello, sorry for being a pest. You indicated a company called upstream which provides the jdbc driver for IBM. Can you please share their web url ? I tried several searches but none made sense. Many

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 18:57 --- (In reply to comment #7) Hello, sorry for being a pest. You indicated a company called upstream which provides the jdbc driver for IBM. Can you please share their web url ? I tried several searches but

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread delarosa at ilstechnology dot com
--- Additional Comments From delarosa at ilstechnology dot com 2005-03-09 19:07 --- Ok. Thanks, that is what I thought originally. Yes, I will contact IBM but I suspect it won't be speedy -- on the meantime I will extract the class from rt.jar or wherever it is -- and proceed with the

[Bug java/20394] Can't run db2 jdbc application compiled with gcj

2005-03-09 Thread delarosa at ilstechnology dot com
--- Additional Comments From delarosa at ilstechnology dot com 2005-03-09 22:36 --- Hello, Tried to extract a bunch of classes fron Sun's rt.jar and I ended it when it needed some internal class sun.io.CharacterEconding$2 ... So, does anybody have some experience with a jdbc driver for