Re: Problem in displaying swing components on ARM, using GNU Classpath and Cacao

2008-10-05 Thread Pavan Kumar Maddali
> >> To make the swing components visible, Does I have to keep any specific > >> libraries on path or I have to set any environment variables or > >> provide runtime parameters ? > >> > >> Thanks in Adavance. > > > >Hi! > > > >Are you trying to display a swing widget on top of an awt one? > >What s

Re: Problem in displaying swing components on ARM, using GNU Classpath and Cacao

2008-10-05 Thread Mario Torre
Il giorno ven, 03/10/2008 alle 17.32 +0530, Pavan Kumar Maddali ha scritto: > To make the swing components visible, Does I have to keep any specific > libraries on path or I have to set any environment variables or > provide runtime parameters ? > > Thanks in Adavance. Hi! Are you trying to di

Problem in displaying swing components on ARM, using GNU Classpath and Cacao

2008-10-05 Thread pavan kumar
Hi, We have a requirement of JVM on ARM Processor and Linux version-2.6. I have cross compiled the GNU Classpath(0.97.2) libs (using default options)and Cacao VM(0.99.2) and required libraries and ported. I am able to succesfully execute all simple programs and AWT programs. But when I am trying

Re: org.w3c.dom.html2 package

2008-10-05 Thread Mark Wielaard
Hi, On Sat, 2008-10-04 at 02:05 +0100, Andrew John Hughes wrote: > 2008/10/4 Robert Schuster <[EMAIL PROTECTED]>: > > all the classes of the package "org.w3c.dom.html2" in GNU Classpath are > > living in "org.w3c.dom.html" in OpenJDK. > > > > Now this is an odd thing and I wonder why this has neve