 | RE:VB Java and Flash - Unifying Thread (modified 0 times) | mahone | |
| I was the "Java expert" in those previous threads, I suppose. I'm developing several apps on the ePods in Java (in my "spare" time, ha!)
In-browser applets won't work, as there is no browser pluggable VM for Pocket IE like on "big" IE. You can still run applets, but you'll need to run them in AppletViewer (see my previous posts about how to do that)Standalone applications will work, but you have to be tricky about the classpath. Either all the classes need to be in the current directory, or you need to run the interpreter from a command prompt and specify the classpath. Anyway, Java works just fine if you have some patience and know a little bit about how classpaths work.
-M | |
|
|