[kaffe] Is It a bug? qt-awt

Sanjeev Manral sanjeevm at sanyo.co.in
Fri Dec 6 05:46:12 PST 2002


> -----Original Message-----
> From:	Dalibor Topic [SMTP:robilad at yahoo.com]
> Sent:	Friday, December 06, 2002 6:21 PM
> To:	Sanjeev Manral; 'kaffe at kaffe.org'
> Subject:	Re: [kaffe] Is It a bug?  qt-awt
	[Sanjeev Manral]  Hi 
> HI Sanjeev,
> 
> --- Sanjeev Manral <sanjeevm at sanyo.co.in> wrote:
> > Hi all,
> > 
> > 
> > I'm trying to build kaffe with qt-awt
> > 
> > In x86 machine I'm able to build it as shared but
> > when I try to run
> > appletviewer it gives me exceptions.
> 
> What kind of exceptions do you get? Could you provide
> an example (small .java applet file, and a html page
> calling the applet) ?
	[Sanjeev Manral]  
	HelloWord.java----file->
	import java.applet.Applet;
	import java.awt.Graphics;

	public class HelloWorld extends Applet {
	    public void paint(Graphics g) {
	        g.drawString("Hello world!", 50, 25);
	    }
	}

	HTML file-->
	<HTML>
	<HEAD>
	<TITLE>The Hello World Applet</TITLE>
	</HEAD>
	<BODY>
	<APPLET CODE="HelloWorld.class" WIDTH=150 HEIGHT=25>
	</APPLET>
	</BODY>
	</HTML>


> > when I try to build it as static  it compiles and
> > build kaffe-bin
> > 
> > then it builds and goes into javalib dir and
> > Compiling classes using newly
> > build kafe-bin.
> > after building some classes it goes for a toss until
> > I kill kaffe-bin from
> > another terrminal.
> > 
> > Is It a bug?
> 
> Sounds like one. Could you run make distclean, and
> remake kaffe once configured to build as static using
> qt awt backend, and once as static using X backend?
> Do both builds fail?
	[Sanjeev Manral]  I'll check and let you know

> bect regards,
> 
> dalibor topic
> 
	[Sanjeev Manral]  
	Thanks and Regard,
	Sanjeev
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com




More information about the kaffe mailing list