Hello,
Is it possible to develop an application in Java (JDK), then use in the PSION 7535 ?
I try but the PSION have not the JVM !
What is the solution ?
Thank you for saving me !!!!
Sorry for my English
please see the below article regarding JVM and Psion devices.
community.psion.com/.../available-java-options-on-g2-products.aspx
thank you for your answer but "Cre-Me" is not free!
I am a beginner, can you tell me what you need to install in the Psion 7535 G2?! (with steps)
I'm really lost and all documents are in English : (
Thank you, good day
You can download an evaluation copy at www.nsicom.com/Default.aspx (you will need to register with their site). Once downloaded copy the file to your 7535 and execute to install.
If you wish to purchase the JVM CrEme product you must contact NSIcom directly.
community.psion.com/.../2433.aspx
The development with CrEme is different with an other software ?
Because I testing a file (.jar) and I have "Error' !!
Thank you but are you a link to a Tutorial CrEme?
I'm assuming you are attempting to simply 'execute' the JAR (single/double clicking it).
That won't work.
You have to invoke the JVM executable, with a variety of command line arguments, of which your JAR will be one of them (including our JARs if you have a depedency).
It will be something like this:
10#\windows\creme\bin\creme.exe -Of -cp \windows\creme\demos\Test.jar Test
NOTE: the above is from a .LNK file (link file).
I do know that there is some inherent issues with Creme where by default you have to execute them from the ROOT of the device (otherwise, there's some type of configuration you have to set to execute them elsewhere).
Here's a good link: http://forum.brighthand.com/general-windows-mobile-pocket-pc-smartphone/215042-using-java-pocket-pc-complete-tutorial.html