Codename One allows developers to use Java SE for debugging & building native mobile applications for Android, iPhone etc. Effectively its an elaborate API, VM and SaaS. On the client the simulator is just an external Jar simulator that invokes the actual application. After installing Chronon I get an empty recording when trying to record the application simulator.
Thanks.
Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.


-
Havent looked at Codename One, but for Chronon to run it needs a jvm and bytecode executing on it.
Its the reason why we dont support Android. Dalvik vm is not the jvm and it doesnt execute bytecode, but its own code format. -
-
Thanks. The Codename One simulator is a Java SE desktop application that just invokes (via reflection) the main application. So effectively the standard Java VM is invoked to run the Codename One Simulator (like tomcat runs a servlet) and it executes the application just like any other application (while simulating a phone skin/environment).
So yes, there is a full Java SE 6 VM bellow. -
-
well then try using Chronon on it :)
You will need the Recording Server to record. -
-
-
-
hmm.. assuming everything else is right it could be an issue with osgi. You would need Chronon 3 in that case.
-
-
-
-
Details on c3 here:
http://eblog.chrononsystems.com/chron...
Form here:
https://chrononsystems.com/chronon... -