Did anyone get the Tao Intent Java VM to work on S710
http://tao-group.com/main.php?pageid=121062.php&temptype=t1
When I start it, it show the hourglass for some seconds but nothing happens.
jockyw2001 said:
Did anyone get the Tao Intent Java VM to work on S710
http://tao-group.com/main.php?pageid=121062.php&temptype=t1
When I start it, it show the hourglass for some seconds but nothing happens.
Click to expand...
Click to collapse
It's only the 10.x series that is compatible with Smartphones, not the newer 11.x series.
Related
Hello,
I have a big confusion about the meaning of an Application Manager Software (AMS) and a J2ME implementation (CDC or CLDC, including the virtual machines) that I'd need your help, please.
It says that an AMS controls the entire lifecycle of a J2ME application, from its installing, invoking to stopping and uninstalling step. Then, where is the place of the CLDC or MIDP implementation? it's included in the AMS?
Is Intent Midlet Manager or Websphere Everyplace Micro Environment (IBM) a AMS or only an J2ME implementation, in this context?
Because applications can be installed and invoked by Intent Midlet Manager, then it's an AMS. But it also contains the JVM, so it's an implementation? ... Can I simply consider softwares like Intent Midlet Manager like an AMS and CLDC implementation at the same time?
Thanks in advance for helping me get out of this mess.. :-I
Regards,
Luubi.
Hello,
I'm trying to find any possibility to enable java on webs.
Which one is fully supporting java?
I've been trying IE, Opera Mobile and Opera Mini.
Just simple check on http://www.javatester.org/version.html and still nothing.
How to enable java?
I've Esmertec JBed installed...
Cheers,
Marek
java is many things really
midlets which is for running nativly on phones don't have any relation or benefit for browsers Esmertec is an such
java scripts which is really not related to java at all just named java scripts
some browsers support this
java applets the true form for java which run both in browsers and on pc's
never seen any support for that on windows mobile
ms not being huge java fans and huge .net the compatition of java
don't work night and day to make it happen
Rudegar said:
java is many things really
midlets which is for running nativly on phones don't have any relation or benefit for browsers Esmertec is an such
java scripts which is really not related to java at all just named java scripts
some browsers support this
java applets the true form for java which run both in browsers and on pc's
never seen any support for that on windows mobile
ms not being huge java fans and huge .net the compatition of java
don't work night and day to make it happen
Click to expand...
Click to collapse
Hi,
To be honest, I really don't understand, why I can't find any info about development of that.
It looks like access via RDP or VNC to run those webs only.
It sucks, because I can tunnel VNC via SSL, but still I need to run java agent in background to establish tunnel. RDP is really slow and needs open specific port. Sometimes firewalls are blocking RDP too. Harsh life.
Anyway thanks.
Cheers,
Marek
to proste - wolą zasypywać manilami i titanium, nić zrobić normalną przeglądarkę.
nothin said:
to proste - wolą zasypywać manilami i titanium, nić zrobić normalną przeglądarkę.
Click to expand...
Click to collapse
Co zrobić.
Widzę, że numer zbliżony do problemu z oglądaniem flasha pod systemami x64.
Wszyscy chwalą, że szybki a nikomu się nie chce rozwinąc flasha i ludzie ciągle zamulają sobie systemy wersją pod x86
Poczekamy zobaczymy.
Przeglądarka bez java to totalna klapa.
Marek
Hi guys!
It's 2009 and still no solution for whole Java Applets on Windows Mobile?!
I googeled a lot of time and tried many browsers (including NETFRONT) but still no success...
I am thankful for any help...
Greetz - Thomas
Why don't you try reading the sticky at the top of this section?
Java Applets
I read all sticky's in this forum but there is no information concerning whole java applets (NOT programs) on windows mobile - the only solution seems to be the Thunderhawk’s Java applet EMULATION on a server - I want a solution on my Smartphone and not paying a monthly fee to Thunderhawk...
Any help?
http://www.comp.lancs.ac.uk/~fittond/ppcjava.html
would not hold my breath though
Seems all to be Java-environments to run Java-programs on your smartphone but no plugins to make your mobile browser run whole java applets :-(
Any more help?
Hi all,
I have HTC HD2. I have on my PC roulette bot - JavaSE application that plays roulette on web based flash casino. I want to run it on my mobile.
I have in my mind two solutions, how can I run Java roulette bot at the same time as the flash casino.
1.) Make bot as Applet and run casino in iframe on the same HTML page.
Applet needs to be signed because I want to capture screen and click mouse, and skyfire stucks on downloading signed applet:
http://ampersand2.php5.sk/GUT/SimilarityFinderApplet1.html
Unsigned ones goes well.
2.) Install JavaSE JVM(if exists ) and run Java Application on Background and run at the same time Skyfire with opened flash web based casino.
Can you help me please with realizing this ?
Thanks a lot,
Synax
Hi, I'm trying out developing for my O2 Flame and was wondering if I could use the GNU GCC Compiler for compiling my programs, as I do not have the money for Visual C++ or something like that. If the GCC Compiler can't, can anybody recommend me a free compiler, Thanks in advanced.
You can use the free version of Embedded Visual C++ 4.0, although it was originally designed for development for WM 2003. If you limit the main menu to two items then WM 5.0 onwards will display the program correctly with the buttons either side of the SIP. Any more, and it switches back to the WM2003 style command bar.
For C++ you can develop in the Win32, ATL or MFC models.
http://www.microsoft.com/downloads/d...displaylang=en
Don't forget to apply SP4 to it after install. (Same page, use the link at the bottom)
It also uses an earlier WM2003 emulator that runs a half way x86/Arm code setup. It works, but the standalone emulator manager with the relevant WinMo SDK does a better job. You will only be able to fully debug the code created in by EVC 4, in its own WM2003 emulator or on a real device, not in the standalone emulator. The standalone emulator images will run your code so you can test it, but you cannot set breakpoints, examine variables. etc.
If you want to develop stuff for GPS, then you may have to add the relevent headers and lib files from later versions of the SDKs
The GNU compiler can be made to work, but I have never tried it.
Thanks for your help!