I am trying to install MAM 2.5 on a flash card but I am having problems with the configuration files
creme_lisOfJars.txt
ListOfJars.Txt
MobileEngine.lnk
I am working with an Ipaq Hx4705. The compact Flast is shown as "CF Card" an can not be renamed. I have moved the installed programs (CrEme, MI an DB2e) to the CF Card and I have adjusted the configuration files, but when I do a soft reset and is loading the CrEme I got the following message "CrEme can not be found. Check the access path".
My configuration files are the following
========
ListOfJars.txt
"\CF Card\MI\lib\MEg.jar";"\CF Card\MI\lib\system\crimson.jar";"\CF Card\MI\lib\system\xalan.jar";"\CF Card\MI\lib\system\jaxp.jar";"\CF Card\MI\lib\newclasses.jar";"\CF Card\MI\lib\tomcat.jar";"\CF Card\MI\lib\compiler.jar";"\CF Card\MI\lib\pinstall.jar";"\CF Card\MI\lib\db2ejdbc.jar";
=======
Creme_ListOfJars.txt
-classpath '"\CF Card\MI\lib\MEg.jar";"\CF Card\MI\lib\system\crimson.jar";"\CF Card\MI\lib\system\xalan.jar";"\CF Card\MI\lib\system\jaxp.jar";"\CF Card\MI\lib\newclasses.jar";"\CF Card\MI\lib\tomcat.jar";"\CF Card\MI\lib\compiler.jar";"\CF Card\MI\lib\pinstall.jar"'
================
MobileEngine.lnk
255#"\CF Card\CrEme\bin\CrEme.exe" -Of -cf 'CF Card\MI\creme_listOfJars.txt' com.sap.ip.me.core.Startup '-home:\CF Card\MI'
Can somebody tell me what is wrong whit these configuration files.
Best Regards
Hector Salazar
Hello Hector,
I have a few observations
1. You do not need to change the ListOfJars.txt as you are using a PDA
2. In the Creme_ListOfJars you dont have to give a (double quote)" before and after each path just a ' (single quote) after -classpath and the end should suffice.
-classpath '\CF Card\MI\lib\MEg.jar;\CF Card\MI\lib\system\crimson.jar;\CF Card\MI\lib\system\xalan.jar;\CF Card\MI\lib\system\jaxp.jar;\CF Card\MI\lib\newclasses.jar;\CF Card\MI\lib\tomcat.jar;\CF Card\MI\lib\compiler.jar;\CF Card\MI\lib\pinstall.jar'
Please try it with this.
Are you sure all the contents of \Creme is copied to \CF Card\CrEme\?
there is a file called jscpout.txt in the \ folder. This will give the error, if it is present maybe you can post it in this message
Best Regards,
Karthik
hello hector,
the error is caused by a wrong path to your CrEme installation.
you have to specify the correct path of
CrEme.exe on your MobileEngine.lnk file. When you install
CrEme, it is usually located to \Windows\CrEme\bin.
so your lnk file should look like.
MobileEngine.lnk
255#"<b>\Windows\CrEme\bin\CrEme.exe</b>" -Of -cf 'CF Card\MI\creme_listOfJars.txt' com.sap.ip.me.core.Startup '-home:\CF Card\MI'
regards
jo
Add a comment