Changes for page Java Client and Direct To Java Client Example Project using WebStart
Last modified by David Avendasora on 2008/07/01 16:52
From version 25.1
edited by David Avendasora
on 2008/06/25 10:06
on 2008/06/25 10:06
Change comment:
There is no comment for this version
To version 16.1
edited by David Avendasora
on 2008/06/25 10:11
on 2008/06/25 10:11
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -101,6 +101,8 @@ 101 101 102 102 {{/code}} 103 103 104 +This file is only required by the application when it is being launched from within Eclipse. 105 + 104 104 1. Create a javaclientbuild.xml file in root of the project and paste the follwing as contents: 105 105 106 106 {{code title="javaclientbuild.xml"}} ... ... @@ -163,7 +163,7 @@ 163 163 164 164 {{/code}} 165 165 166 -This file is needed to make up for the lack of Java Client application building by the WOLips Incremental Builder. Please follow the [[instructions>>Java Client-WebStart Incremental Build]] for how to create the Java Client Incremental Builder. 168 +This file is needed to make up for the lack of Java Client application building by the WOLips Incremental Builder. It also copies the client launch scripts into the project so that the application will auto-launch when you run it from within Eclipse. Please follow the [[instructions>>Java Client-WebStart Incremental Build]] for how to create the Java Client Incremental Builder. 167 167 168 168 1. If you did not setup the Java Client Incremental Builder, then right-click on the javaclientbuild.xml file and select "Run As -> Ant Build" 169 169 [[image:Picture 12.png]]