Java Console
Is anybody aware of the existance of a java console for the IPAQ?I am having trouble getting an applet to run on the IPAQ and can not seem to locate a java console anwhere. How is one supposed to debug an applet in a handheld enviroment without a java console?
Any suggestions would be GREATLY appreciated.
with applets, there is none, by default. I assume, you are using the Jeode - Sun's pJava doesnt support applets. But you might test via calling your applet through a main() function as an application - then you will have a console and you can pre-debug.
Jeode's runtime docs are very week. Maybe there is a parameter, which switches on a console - but I don't know about..
I am using the Jeode, only browser VM I have found for the IPAQ
The problem I am having is that the applet that we are trying to make run on the IPAQ is the client portion of a client/server application.
I suppose I could figure out a way to pass it parameters to tell it how to connect to the server and then test it as an application. Just seems like alot of work for something that is soo simple on a Win9x enviroment.