Hello everyone,
I think Madalasa's problem is related to using j9 instead of j9w
to run the java applications. He has to create a .lnk file in order to run the
apps properly. I copy here a fragment extracted from Markus Brooch's blog (http://www.markus.brosch.net/?p=111)
, which I think could help:
"And some extra information:
A lot of the people that install
the CDC-PPro JVM don’t realize they have to create a LNK file to get their
application loaded and running. Here is the note I send for that:……….
Here are a couple examples of
Windows Mobile shortcut (LNK) files…..
This link will open a console
window so you can check for any errors:
255#\path\bin\j9.exe -jcl:ppro11
-cp \path\my-app.jar my-app-main-class
These example links will run
without a console window:
255#\path\bin\j9w.exe -jcl:ppro11
-cp \path\my-app.jar my-app-main-class
255#”\my path\bin\j9w.exe”
-jcl:ppro11 -cp “\my path\my-app.jar” my-app-main-class
If the JVM files are organized
into a path structure of:
\path\bin\jvm-exe-dll-files
\path\lib\jvm-class-library-files
then paths to the jvm class library files are not required in the LNK file.
All LNK files must conform to the
following rules….
1 - if any parm includes a space char then the entire parm must be inside
double-quote marks
2 - the entire command line must be on 1 single line, multi-line LNK files are
not permitted
3 - the entire LNK file must be no more that 255 bytes max, must shorten
commands or paths if longer
Regards,
Fred"
Best,
Elena.
De:
dsdp-ercp-dev-bounces@xxxxxxxxxxx [mailto:dsdp-ercp-dev-bounces@xxxxxxxxxxx] En
nombre de Uriel KL Liu
Enviado el: miércoles, 13 de agosto de 2008 8:57
Para: DSDP ercp list
CC: DSDP ercp list; dsdp-ercp-dev-bounces@xxxxxxxxxxx
Asunto: RE: [dsdp-ercp-dev] deploying eRCP to windows mobile
Please show me the url of j9 cab, I'd like to
give it a try.
Sincerely yours
Uriel Liu, PMP(R)
Eclipse eRCP/Lotus Expeditor Dev., CSDL
e-mail: liukl@xxxxxxxxxx
Tel: 886-2-8170-6871, Fax: 886-2-2655-0541, Tie-Line: 849-6871
10F., Bldg. E. 19-13 Sanchong Rd., NanKang Dist., Taipei 115, Taiwan
"Madalasa Bondalapati" ---2008/08/13 下午 02:32:54---Hi,
"Madalasa Bondalapati" <Madalasab@xxxxxxxxxxx>
Sent by: dsdp-ercp-dev-bounces@xxxxxxxxxxx
2008/08/13 下午 02:32
Please respond to
DSDP ercp list <dsdp-ercp-dev@xxxxxxxxxxx>
|
|

To
|

"DSDP ercp list"
<dsdp-ercp-dev@xxxxxxxxxxx>
|

cc
|

|

Subject
|

RE: [dsdp-ercp-dev] deploying eRCP to windows
mobile
|
|
Hi,
Thanks for the
response. Actually our project needs all the open source tools. I have
downloaded the j9 cab file directly from google
Regards,
Madalasa
From: dsdp-ercp-dev-bounces@xxxxxxxxxxx [mailto:dsdp-ercp-dev-bounces@xxxxxxxxxxx]
On Behalf Of Uriel KL Liu
Sent: Wednesday, August 13, 2008 11:59 AM
To: DSDP ercp list
Cc: DSDP ercp list; dsdp-ercp-dev-bounces@xxxxxxxxxxx
Subject: RE: [dsdp-ercp-dev] deploying eRCP to windows mobile
It sounds like j9 problem to me. Where did
you get the j9 from and its file structure?
Sincerely yours
Uriel Liu, PMP(R)
Eclipse eRCP/Lotus Expeditor Dev., CSDL
e-mail: liukl@xxxxxxxxxx
Tel: 886-2-8170-6871, Fax: 886-2-2655-0541, Tie-Line: 849-6871
10F., Bldg. E. 19-13 Sanchong Rd., NanKang Dist., Taipei 115, Taiwan
"Madalasa Bondalapati"
---2008/08/13 下午 02:19:43---Hi,
"Madalasa
Bondalapati" <Madalasab@xxxxxxxxxxx>
Sent by: dsdp-ercp-dev-bounces@xxxxxxxxxxx
2008/08/13 下午 02:19
Please respond to
DSDP ercp list <dsdp-ercp-dev@xxxxxxxxxxx>
|
|

To
|

"DSDP ercp list" <dsdp-ercp-dev@xxxxxxxxxxx>
|

cc
|

|

Subject
|

RE: [dsdp-ercp-dev] deploying eRCP to windows mobile
|
|
Hi,
The error is unable to load jclfoun11_23
-Madalasa
-----Original Message-----
From: dsdp-ercp-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-ercp-dev-bounces@xxxxxxxxxxx] On Behalf Of Danail Nachev
Sent: Tuesday, August 12, 2008 5:52 PM
To: DSDP ercp list
Subject: Re: [dsdp-ercp-dev] deploying eRCP to windows mobile
Strange, what error is reporting after the change?
Madalasa Bondalapati wrote:
> Hi,
> Even this did not solve my problem. Is there any way to do the
> deployment with open source tools
>
> -Madalasa
>
> -----Original Message-----
> From: dsdp-ercp-dev-bounces@xxxxxxxxxxx
> [mailto:dsdp-ercp-dev-bounces@xxxxxxxxxxx] On Behalf Of Danail Nachev
> Sent: Tuesday, August 12, 2008 5:39 PM
> To: DSDP ercp list
> Subject: Re: [dsdp-ercp-dev] deploying eRCP to windows mobile
>
> Hi,
>
> The problem is that you are using j9 2.3 which have foundation 1.1 and
> not foundation 1.0. Change your shortcut to specify 'jcl:foun11'
instead
>
> of 'jcl:foun10'.
>
> eRCP's newsgroup is more appropriate for such kind of questions:
>
> http://www.eclipse.org/newsportal/thread.php?group=eclipse.dsdp.ercp
>
> BR,
> Danail
>
> Madalasa Bondalapati wrote:
>>
>>
>>
>>
>>
>>
>> Hi,
>>
>>
>>
>> I want to deploy eRCP application to windows mobile(O2 XDA) . If it
is
>
>> possible I want detailed procedure of it with open source tools as
> early
>> as possible.
>>
>>
>>
>> Presently I am trying it with j9 and I am getting error unable to
fine
>
>> jclfoun10_23. I am using the following link
>>
>>
>>
>> 37#"\Storage Card\Program Files\J9\bin\j9.exe" -jcl:foun10
-cp \My
>> Documents\eRCP-v20080318-0100.wm2003\wm2003\eRCP\startup.jar
>> org.eclipse.core.launcher.Main -application
>> org.eclipse.ercp.eworkbench.eWorkbench -console
>>
>>
>>
>> Can anybody help me in this as early as possible.
>>
>>
>>
>> Regards,
>>
>> Madalasa
>>
>>
>>
>>
>
------------------------------------------------------------------------
> --------------------
>> This message, including any attachments, contains confidential
> information
>> intended for a specific individual and purpose, and is intended for
> the addressee only. Any unauthorized disclosure, use, dissemination,
> copying, or distribution of
>> this message or any of its attachments or the information contained
in
> this e-mail, or the taking of any action based on it, is strictly
> prohibited. If you are not the intended recipient, please notify the
> sender immediately by return e-mail and delete this message.
>>
>
------------------------------------------------------------------------
> --------------------
>>
>
------------------------------------------------------------------------
> --------------------
>> This message, including any attachments, contains confidential
> information
>> intended for a specific individual and purpose, and is intended for
> the addressee only. Any unauthorized disclosure, use, dissemination,
> copying, or distribution of
>> this message or any of its attachments or the information contained
in
> this e-mail, or the taking of any action based on it, is strictly
> prohibited. If you are not the intended recipient, please notify the
> sender immediately by return e-mail and delete this message.
>>
>
------------------------------------------------------------------------
> --------------------
>> ------------------------
>> --------------------------------------------------------------------
>> This message, including any attachments, contains confidential
>> information intended for a specific individual and purpose, and is
>> intended for the addressee only. Any unauthorized disclosure, use,
>> dissemination, copying, or distribution of this message or any of its
>> attachments or the information contained in this e-mail, or the
taking
>
>> of any action based on it, is strictly prohibited. If you are not the
>> intended recipient, please notify the sender immediately by return
>> e-mail and delete this message.
>>
>>
>>
>
------------------------------------------------------------------------
>> _______________________________________________
>> dsdp-ercp-dev mailing list
>> dsdp-ercp-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev
> _______________________________________________
> dsdp-ercp-dev mailing list
> dsdp-ercp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev
>
>
------------------------------------------------------------------------
--------------------
>
> This message, including any attachments, contains confidential
information
> intended for a specific individual and purpose, and is intended for
the addressee only. Any unauthorized disclosure, use, dissemination,
copying, or distribution of
> this message or any of its attachments or the information contained in
this e-mail, or the taking of any action based on it, is strictly
prohibited. If you are not the intended recipient, please notify the
sender immediately by return e-mail and delete this message.
>
>
------------------------------------------------------------------------
--------------------
> _______________________________________________
> dsdp-ercp-dev mailing list
> dsdp-ercp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev
>
>
_______________________________________________
dsdp-ercp-dev mailing list
dsdp-ercp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev
--------------------------------------------------------------------------------------------
This message, including any attachments, contains confidential information
intended for a specific individual and purpose, and is intended for the
addressee only. Any unauthorized disclosure, use, dissemination, copying, or
distribution of
this message or any of its attachments or the information contained in this
e-mail, or the taking of any action based on it, is strictly prohibited. If you
are not the intended recipient, please notify the sender immediately by return
e-mail and delete this message.
--------------------------------------------------------------------------------------------
_______________________________________________
dsdp-ercp-dev mailing list
dsdp-ercp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev
------------------------
--------------------------------------------------------------------
This message, including any attachments, contains confidential information
intended for a specific individual and purpose, and is intended for the
addressee only. Any unauthorized disclosure, use, dissemination, copying, or
distribution of this message or any of its attachments or the information
contained in this e-mail, or the taking of any action based on it, is
strictly prohibited. If you are not the intended recipient, please notify the
sender immediately by return e-mail and delete this message.
|
_______________________________________________
dsdp-ercp-dev mailing list
dsdp-ercp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev