You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2007/03/07 20:11:42 UTC

svn commit: r515700 - /webservices/muse/site/docs/2.2.0/tutorial/07-deploy-application-osgi-j2me.html

Author: danj
Date: Wed Mar  7 11:11:41 2007
New Revision: 515700

URL: http://svn.apache.org/viewvc?view=rev&rev=515700
Log:
Changed .bat instructions to .lnk instructions because pocket PCs don't support .bat executions out of the box.

Modified:
    webservices/muse/site/docs/2.2.0/tutorial/07-deploy-application-osgi-j2me.html

Modified: webservices/muse/site/docs/2.2.0/tutorial/07-deploy-application-osgi-j2me.html
URL: http://svn.apache.org/viewvc/webservices/muse/site/docs/2.2.0/tutorial/07-deploy-application-osgi-j2me.html?view=diff&rev=515700&r1=515699&r2=515700
==============================================================================
--- webservices/muse/site/docs/2.2.0/tutorial/07-deploy-application-osgi-j2me.html (original)
+++ webservices/muse/site/docs/2.2.0/tutorial/07-deploy-application-osgi-j2me.html Wed Mar  7 11:11:41 2007
@@ -136,15 +136,14 @@
 </div>
 </div>
 </li>
-<li>Invoke the following from your mobile device console (you may wish to create a script to automate this):
+<li>Create a shortcut file named <b>run-muse.lnk</b> for the following command line:
 <blockquote>
 <code><pre>
-&gt; set JAVA_HOME=<b>\Program Files\J9\FOUN11</b>
-&gt; set CLASSPATH=<b>\muse2</b>\org.eclipse.osgi_3.2.0.v20060601.jar;%CLASSPATH%
-&gt; "%JAVA_HOME%"\bin\j9.exe -jcl:foun11 org.eclipse.core.runtime.adaptor.EclipseStarter -console -clean
+255#"<b>\Program Files\J9\FOUN11</b>\bin\j9.exe" -jcl:foun11 -cp <b>\muse2</b>\org.eclipse.osgi_3.2.0.v20060601.jar org.eclipse.core.runtime.adaptor.EclipseStarter -console -clean     
 </pre></code>
 </blockquote>
-<p>The last command starts the J2ME JRE (J9) as well as the Eclipse Equinox OSGi runtime. Be sure to change the directory names in <b>bold</b> to match the ones on your system.
+<p>This command will start the J2ME JRE (J9) as well as the Eclipse Equinox OSGi runtime. 
+Be sure to change the directory names in <b>bold</b> to match the ones on your system.
 <br/></li><br/>
 <li>Wait for Equinox to complete the initialization process and then run the <em>ss</em> command, which will output the state of each OSGi bundle. 
 All of the bundles should be listed as <b>ACTIVE</b> - if this is not the case, check the log files for error messages.



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org