Re: VMInterface addition: Make native library names part ofVMInterface

2003-11-04 Thread Patrik Reali
Jeroen wrote: > Bryce McKinlay wrote: > > Sorry, I think I misunderstood your message. I thought you were > > suggesting moving all the native methods (eg for IO classes) to > > separate VM* classes. > > I think that is in fact what Mark was suggesting and I think this is > definitely a good idea.

RE: VMInterface addition: Make native library names part ofVMInterface

2003-11-04 Thread Jeroen Frijters
Bryce McKinlay wrote: > Sorry, I think I misunderstood your message. I thought you were > suggesting moving all the native methods (eg for IO classes) to > separate VM* classes. I think that is in fact what Mark was suggesting and I think this is definitely a good idea. There are a lot of VMs th

Re: characters set's problem

2003-11-04 Thread Per Bothner
Sascha Brawer wrote: What exactly do you mean when you say "Unicode"? It seems that you think that Java uses only U+ .. U+ (the "basic multilingual plane", also known as UCS-2). As far as I know, this was true in the past, but this restriction has changed in the meantime. Nowadays, Java us

Re: characters set's problem

2003-11-04 Thread Sascha Brawer
jsona laio <[EMAIL PROTECTED]> wrote on Thu, 30 Oct 2003 07:55:17 +: >however, lately i want to participate a porject, in >which involves developing encoding like CCCII (CJK >based characters set for asian characters, which >defines more characters than unicode supports in the >parts of CJK).

Re: gnu.java.awt.image.GdkPixbufDecoder

2003-11-04 Thread Michael Koch
On Tue, Nov 04, 2003 at 01:45:54AM +0100, Richard Stahl wrote: > hello, > > i have just started using the classpath so maybe a stupid problem: > > i would like to run some code on JikesRVM (which uses classpath). the > code requires gnu.java.awt.peer.gtk.GtkToolkit. if invoking method > getImag

gnu.java.awt.image.GdkPixbufDecoder

2003-11-04 Thread Richard Stahl
hello, i have just started using the classpath so maybe a stupid problem: i would like to run some code on JikesRVM (which uses classpath). the code requires gnu.java.awt.peer.gtk.GtkToolkit. if invoking method getImage() of this class i get an error: java.lang.UnsatisfiedLinkError: Cannot fin