1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="shortcut icon" href="image/netx-icon.png">
<title>Netx - NETwork eXecute</title>
<style>
.linkbut {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color : Black;
background: white;
font-weight: bold;
}
.linkbut:active {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color : Black;
background: white;
font-weight: bold;
}
.linkbut:hover {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color : Black;
background-color : #dddddd;
font-weight: bold;
}
TD.heading {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color : Black;
background: #BBBBBB;
font-weight : bold;
}
TD.odd {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color : Black;
background: white;
}
TD.even {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
background: #EEEEEE;
color : Black;
}
DIV#top {
background: #EFEFE7;
color: black;
border: solid thin black;
}
DIV#left {
width: 100%;
background: #DED6C6;
height: 100%;
padding-top: 5px;
padding-bottom: 15px;
margin-bottom: 0px;
}
DIV#center {
width: 100%;
height: 100%;
background: #EFEFE7;
padding-top: 1px;
padding-left: 5px;
padding-right: 5px;
}
div.box {
margin-left: 8px;
margin-right: 8px;
margin-top: 8px;
margin-bottom: 0px;
border: thin solid black;
background: #FFFFFF;
padding-bottom: 10px;
overflow: hidden;
width: 90%;
}
div.box-title {
background: #B5A58C;
color: white;
font-weight: bold;
border-bottom: thin solid black;
overflow: hidden;
width: 100%;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 2px;
}
div.box-data {
overflow: hidden;
margin-left: 5px;
margin-right: 5px;
width: 100%;
}
div.cbox {
margin-left: 8px;
margin-right: 8px;
margin-top: 8px;
margin-bottom: 0px;
border: thin solid black;
background: #FFFFFF;
padding-bottom: 10px;
overflow: hidden;
width: 95%;
}
div.cbox-title {
background: #B5A58C;
color: white;
font-weight: bold;
border-bottom: thin solid black;
overflow: hidden;
width: 100%;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 2px;
}
div.cbox-data {
overflow: hidden;
margin-left: 5px;
margin-right: 5px;
width: 100%;
}
</style>
</head>
<body>
<div id="top">
<table width="100%">
<tbody>
<tr>
<td width="20%"><!-- logo -->
<a href="http://jnlp.sourceforge.net/netx/index.html"><img src="image/title.png" border="0"></a>
</td>
<td width="60%" style="color: rgb(204, 0, 0);">
<div align="center">
<i><b><big>Announcing V0.5 of netx!</big></b></i>
</div>
</td>
<td width="20%"><!-- title -->
<div align="center">
<i><b><big>An open-source JNLP client</big></b></i>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top" width="20%"><!-- left column -->
<div id="left">
<div class="box">
<div class="box-title"> Quick Links </div>
<div class="box-data">
<a class="linkbut" href="index.html">About Netx</a><br>
<a class="linkbut" href="news.html">Versions / Changes</a><br>
<a class="linkbut" href="http://jnlp.sourceforge.net/netx/pics.html">Screenshots</a><br>
<a class="linkbut" href="http://jnlp.sourceforge.net/netx/compare.html">Comparison Chart</a><br>
<a class="linkbut" href="mailto:jmaxwell@sourceforge.net">Feedback</a><br>
</div>
</div>
<div class="box">
<div class="box-title"> Documentation </div>
<div class="box-data">
<a class="linkbut" href="using.html">Using Netx</a><br>
<a class="linkbut" href="javadoc/index.html">Netx API JavaDoc</a><br>
<a class="linkbut" href="http://java.sun.com/products/javawebstart/1.2/docs/developersguide.html">JNLP spec</a><br>
<a class="linkbut" href="http://jnlp.sourceforge.net/netx/sample.html">Sample .jnlp file</a><br>
</div>
</div>
<div class="box">
<div class="box-title"> Project Links </div>
<div class="box-data">
<a class="linkbut" href="http://sourceforge.net/projects/jnlp/">SourceForge Home</a><br>
<a class="linkbut" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jnlp/netx/src/netx/jnlp/">Browse Source</a><br>
<a class="linkbut" href="http://sourceforge.net/tracker/?func=add&group_id=72541&atid=534855">Support</a><br>
<a class="linkbut" href="http://sourceforge.net/tracker/?func=add&group_id=72541&atid=534857">Request Features</a><br>
<a class="linkbut" href="http://sourceforge.net/tracker/?func=add&group_id=72541&atid=534854">Report Bugs</a><br>
<a class="linkbut" href="http://sourceforge.net/tracker/?group_id=72541&atid=534854">Browse Bugs</a><br>
<a class="linkbut" href="http://sourceforge.net/mail/?group_id=72541">Mailing Lists</a><br>
<a class="linkbut" href="http://sourceforge.net/project/showfiles.php?group_id=72541">All downloads</a><br>
<small><small><br></small></small>
<!--<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=72541&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo"></a>-->
<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=72541&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo"></a>
</div>
</div>
<div class="box">
<div class="box-title"> Netx-Powered Apps </div>
<div class="box-data">
- <a class="linkbut" href="http://jnlp.sourceforge.net/netx/start.html">Java Start Button</a><br>
- <a class="linkbut" href="http://ocd.sourceforge.net/">Object Component Desktop</a><br>
- <a class="linkbut" href="http://jnlp.sourceforge.net/netx/pics.html">More info...</a>
</div>
</div>
<div class="box">
<div class="box-title"> Volunteer </div>
<div class="box-data">
<a class="linkbut" href="mailto:jmaxwell@sourceforge.net">Volunteer</a>
<br>
<a class="linkbut" href="http://sourceforge.net/mail/?group_id=72541">Join our mailing lists!</a>
<small><small><br><br></small></small>
<small><i>Must be willing to write quality code / docs.</i></small><br>
</div>
</div>
<div class="box">
<div class="box-title"> Logos </div>
<div class="box-data">
<small><small>
If you include netx as part of your application
please use one of these logos:<br>
<br>
</small></small>
<i>Under construction.</i>
</div>
</div>
</div>
</td>
<td valign="top" width="80%"><!-- center column -->
<div id="center">
<!-- end header -->
<!--#include file="include/header.html" -->
<div class="cbox">
<div class="cbox-title"> Running Binary </div>
<div class="cbox-data">
<b>Desktop:</b><br>
<i>double-click .JAR file</i> (must have Java installed)<br>
<br>
<b>Command Line:</b><br>
java -jar netx.jar [parameters]<br>
java -classpath netx.jar netx.jnlp.runtime.Boot [parameters]<br>
<pre>
Usage: java -jar netx.jar [-options] -jnlp location
-basedir dir Directory where the cache is kept.
-jnlp location Location of JNLP file to launch (url or file).
-arg arg Adds an application argument before launching.
-param name=value Adds an applet parameter before launching.
-property name=value Sets a system property before launching.
-update seconds Update check if seconds since last checked.
-license Display the GPL license and exit.
-verbose Enable verbose output.
-about Streamed from the internet.
-nosecurity Disables the secure runtime environment.
-noupdate Disables checking for updates.
-headless Disables download window, other UIs.
-strict Enables strict checking of JNLP file format.
-help Print this message and exit.
</pre>
</div>
</div>
<div class="cbox">
<div class="cbox-title"> Library Overview </div>
<div class="cbox-data">
<b><i>Under construction...</i></b> <br>
<br> Will have instructions on use of API in other
programs, design, etc.<br>
<br>
Basically, create a <code>netx.jnlp.JNLPFile</code> object
for the JNLP file and start it using a
<code>netx.jnlp.Launcher</code> instance. Use
<code>netx.jnlp.runtime.JNLPRuntime</code> to control the
overall behavior and options.
</div>
</div>
<!--#include file="include/footer.html" -->
<!-- start footer -->
</div>
</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>
|