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
|
<html>
<body>
<div Align=center>
<img ID="NavBar" WIDTH=800 HEIGHT=66 SRC="http://games.dev.java.net/images/navbar2.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 USEMAP="#NavBar_MAP" NOFINSIDE="~! ~!" > </div>
<MAP NAME="NavBar_Map"><AREA SHAPE="rect" ALT="Projects" COORDS="347,15,452,46" HREF="http://games.dev.java.net" TARGET="_self">
<AREA SHAPE="rect" ALT="Wiki" COORDS="641,15,706,47" HREF="http://wiki.java.net/bin/view/Games">
<AREA SHAPE="rect" ALT="Weblogs" COORDS="564,15,630,46" HREF="http://weblogs.java.net/weblogs/project/games">
<AREA SHAPE="rect" COORDS="463,15,548,45" HREF="http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi" target="_top" ALT="Forums">
<AREA SHAPE="rect" ALT="JavaGames Home" COORDS="136,15,334,48" HREF="http://community.java.net/games">
<AREA SHAPE="rect" ALT="Java.net" COORDS="21,15,126,46" HREF="http://www.java.net" TARGET="_self">
</MAP>
<div align="center"><font color="#005177" size="+2">Welcome to the Java Game Technology Utilities Project! </font> </div>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="66%" valign="top"> <table width="100%" height="358" border="0" cellpadding="5" cellspacing="1">
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7">
<tr>
<td width="589" valign="top" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Overview</strong></font></div></td>
</tr>
<tr>
<td valign="top" bgcolor="#F8F8F8"><div align="justify">
<p>The JUtils Project hosts an implementation of a set of APIs
utilized by other Java Game Technology Group projects (eg JInput,JOAl, JOGL).
Some of those other projects may have build and/or run-time dependancies on
the jutils.jar file which is built from the source hosted here.
</p>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7">
<tr>
<td width="589" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Project
Status</strong></font></div></td>
</tr>
<tr>
<td bgcolor="#F8F8F8">The intial implementation
of the JUtils library is available
for download from <a href=" http://jutils.dev.java.net/source/browse/jutils/ ">CVS</a>.
<p>The initial release contains support classes for a plug-in system that handles
an arbitrary number of arbotrarily compelx plugins that each consist of a JAR
file and support files (other jar files, native libs, etc.) </p>
<p>For more information, see the docs for the Plugins class in the CVS tree.</p>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7">
<tr>
<td width="589" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Getting
Started </strong></font></div></td>
</tr>
<tr>
<td valign="top" bgcolor="#F8F8F8"><p>This project has been built
in the following environment:</p>
<ul>This project has been built in the follwing environment.
<li> Win32 (Win 2000 in the case of our machine)</li>
<li> Sun J2SDK 1.4.2 (available at <a href=" http://java.sun.com " target="_blank">java.sun.com</a>)</li>
<li> MinGW 2.0.0 plus the following updates: (all available
at <a href=" http://www.mingw.org " target="_blank">www.mingw.org</a>)
<ul>
<li>binutils 2.13.90</li>
<li> w32api-2.2</li>
<li> mingw-runtime-2.4</li>
</ul>
</li>
<li> ANT 1.4.1 (available at <a href=" http://www.apache.org " target="_blank">www.apache.org</a>)</li>
</ul></td>
</tr>
</table></td>
</tr>
</table>
<p> </p></td>
<td valign="top">
<table width="100%" border="0" cellspacing="1" cellpadding="5">
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7">
<tr>
<td valign="top" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Useful
Links</strong></font></div></td>
</tr>
<tr>
<td valign="top" bgcolor="#F8f8f8"><ul>
</ul></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
|