hi Sanjeev, --- Sanjeev Manral <[EMAIL PROTECTED]> wrote: > Hi > > I'm getting following error when running > appletviewer- > > I'm compiling with these options- > > qt- > ./configure -embedded x86 -static -release > > kaffe- > > ./configure --with-awt=qt --with-engine=intrp > --with-staticilib > --with-staticbin --enable-static --disable-debug > > when I'm trying to run appletviewer I'm getting > following exception- > /***following log is coming when I run - > "appletviewer hello.html" ***/ > > tlkProperties > qapp initialization. > tlkInit Done. > tlkGetScreenWidth > tlkGetScreenHeight > tlkGetResolution > java.lang.ExceptionInInitializerError: [exception > was > java.lang.NullPointerException] > at > java.lang.ClassLoader.resolveClass0(ClassLoader.java:native) > at > java.lang.ClassLoader.resolveClass(ClassLoader.java:148) > at > java.lang.ClassLoader.loadClass(ClassLoader.java:105) > at java.lang.Class.forName(Class.java:90) > at java.lang.Class.forName(Class.java:42) > > don't know how to debug this- > > any suggestions?
read FAQ/FAQ.debugging. For the appletviewer you want to run it like this (on a single line): KAFFE_DEBUG=gdb KAFFE_DEBUG_TEMPFILE=tmp kaffe kaffe.applet.AppletViewer some-page.html best regards, dalibor topic __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
