[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Trivial OSGi bundle won't run outisde of the IDE

Neil & Alex,

Thanks for the clarification. My code doesn't use the offending class. My code does use IBM's DB2 JDBC driver which uses the abstract base class sun.io.ByteToCharConverter so this workaround is for a problem that shouldn't be my problem :(

Bryan

On 2007-06-30 00:06:24 -0500, Alex Blewitt <alex_blewitt@xxxxxxxxx> said:

Yeah, I'd second that. In fact, if you just want to convert a series of bytes to ASCII, you can use new String(byte[],"US-ASCII"), which will work on any platform.

Alex.