Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Swordfish Documentation: Running Target Platform"

Line 3: Line 3:
 
In order to run Swordfish target platform built by the [[Swordfish_Documentation:_Creating_Headless_Build|headless build]] it is necessary to perfom the following actions:
 
In order to run Swordfish target platform built by the [[Swordfish_Documentation:_Creating_Headless_Build|headless build]] it is necessary to perfom the following actions:
  
 +
<ol>
 +
<li>
 
[[Image:Target_definition.png]]
 
[[Image:Target_definition.png]]
 +
</li>
 +
<li>
 
[[Image:Target_content.png]]
 
[[Image:Target_content.png]]
 +
</li>
 +
<li>
 
[[Image:Target_platform.png]]
 
[[Image:Target_platform.png]]
 +
</li>
 +
<li>
 
[[Image:Launch_configuration.png]]
 
[[Image:Launch_configuration.png]]
 
+
</li>
 +
<li>
 
<pre>
 
<pre>
 
-Dorg.osgi.service.http.port=9001
 
-Dorg.osgi.service.http.port=9001
Line 27: Line 36:
 
org.omg.PortableServer, org.omg.PortableServer.POAPackage, javax.swing.border, org.w3c.dom.events, org.w3c.dom.html, org.w3c.dom.ranges"
 
org.omg.PortableServer, org.omg.PortableServer.POAPackage, javax.swing.border, org.w3c.dom.events, org.w3c.dom.html, org.w3c.dom.ranges"
 
</pre>
 
</pre>
 
 
[[Image:Launch_configuration_vm_params.png]]
 
[[Image:Launch_configuration_vm_params.png]]
 +
</li>
 +
</ol>
  
 
----------------
 
----------------
 
[[Swordfish_Documentation |Swordfish Documentation Home]] <br/>
 
[[Swordfish_Documentation |Swordfish Documentation Home]] <br/>
 
[[Swordfish | Swordfish Wiki Home]] <br/>
 
[[Swordfish | Swordfish Wiki Home]] <br/>

Revision as of 20:09, 19 May 2009

Running Swordfish Target Platform

In order to run Swordfish target platform built by the headless build it is necessary to perfom the following actions:

  1. Target definition.png
  2. Target content.png
  3. Target platform.png
  4. Launch configuration.png
  5. -Dorg.osgi.service.http.port=9001
    -Dorg.eclipse.swordfish.registry.fileLocation="C:\swordfish\repository"
    -Dosgi.noShutdown=true
    -Dservicemix.base=.
    -Dorg.osgi.framework.system.packages="com.sun.jimi.core, com.sun.net.ssl, com.sun.net.ssl.internal.ssl, com.sun.org.apache.xalan.internal,
    com.sun.org.apache.xalan.internal.res, com.sun.org.apache.xalan.internal.xsltc.trax, com.sun.org.apache.xerces.internal.dom,
    com.sun.org.apache.xerces.internal.jaxp, com.sun.org.apache.xerces.internal.xni, com.sun.org.apache.xml.internal, com.sun.org.apache.xml.internal.utils,
    com.sun.org.apache.xpath.internal, com.sun.org.apache.xpath.internal.jaxp, com.sun.org.apache.xpath.internal.objects, com.sun.xml.fastinfoset.dom,
    com.sun.xml.fastinfoset.sax, com.sun.xml.fastinfoset.stax, javax.annotation, javax.annotation.security, javax.crypto, javax.crypto.interfaces,
    javax.crypto.spec, javax.imageio, javax.imageio.metadata, javax.imageio.stream, javax.jms, javax.management, javax.management.loading,
    javax.management.modelmbean, javax.management.remote, javax.naming, javax.naming.directory, javax.naming.spi, javax.net, javax.net.ssl, javax.rmi,
    javax.security.auth, javax.security.auth.callback, javax.security.auth.login, javax.security.auth.spi, javax.security.auth.x500, javax.security.cert,
    javax.security.sasl, javax.sql, javax.swing, javax.swing.event, javax.xml.datatype,  javax.xml.parsers, javax.xml.namespace,javax.xml.transform,
    javax.xml.transform.dom, javax.xml.transform.sax, javax.xml.transform.stream, javax.xml.validation, javax.xml.xpath, org.jvnet.fastinfoset,
    org.jvnet.staxex, org.omg.CORBA, org.omg.CosNaming, org.w3c.dom, org.w3c.dom.bootstrap, org.w3c.dom.ls, org.w3c.dom.traversal, org.xml.sax,
    org.xml.sax.ext, org.xml.sax.helpers, sun.misc, sun.security.provider,javax.activation, org.omg.CORBA.TypeCodePackage, org.omg.CORBA.portable,
    org.omg.PortableServer, org.omg.PortableServer.POAPackage, javax.swing.border, org.w3c.dom.events, org.w3c.dom.html, org.w3c.dom.ranges"
    

    Launch configuration vm params.png


Swordfish Documentation Home
Swordfish Wiki Home

Copyright © Eclipse Foundation, Inc. All Rights Reserved.