good day,
I am new to this forum but have been interested in
palm development.

I looked at a sample HelloWorld applet that was shown
in the palm development zone. The problem I have is
that I cannot compile the code on my PC. Since I do
not have the SDK for WABA installed the class files
needed to compile the java code couldn't be found.

Could anyone out there help by pointing me to the
proper location of the SDK package or walk me through
compiling this application successfully?

Thank you
-Seun
--------------------
the sample code:
import waba.ui.*;
import waba.fx.*;

public class HelloWorld extends MainWindow
{
public void onPaint(Graphics g)
  {
  g.setColor(0, 0, 0);
  g.drawText("Hello World", 0, 0);
  }
}

Instructions run

> set CLASSPATH=\wabasdk.10b9\classes;.

> java waba.applet.Applet HelloWorld

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to