Class not found exception

Writting an GUI applet to control some hardware. The code works fine within the P.C. enviroment. But when embeded onto a internet surpport chip. The JOptionPane (input dialog box) will not show when invoked and a Class not found exception is displayed within the control bar of the browser.

I had a similar problem when using the J-suffex on JButtons, JTextfield etc... solved this problem by dropping the J form the JButtons, to give Button etc..

Its not that simple this time!!

Any Help is much apprieciated!!

Thanks in advance!!

[569 byte] By [Ssimonj] at [2007-9-26 5:17:00]
# 1

j2me has no Swing support. Dropping the J makes your program use AWT components <well that's what I read somewhere> and I dont think OptionPane is included in the AWT package because j2me-capable devices are only capable of 1 screen at a time.

if my posting does not make any sense join the club... just kidding, but Im no expert either..

ciao!

adiaz17 at 2007-6-29 19:20:49 > top of Java-index,Java Mobility Forums,Consumer and Commerce...