doc/en/java/links/tools.sgml
Nik Clayton 2aa46577a8 Remove the hardcoded "width=600" and other pixel values from these files.
It was unnecessary, and inconsistent with the rest of the site.
2000-04-30 22:57:46 +00:00

29 lines
752 B
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/tools.sgml,v 1.3 2000/03/12 14:51:52 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Tools">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table border="0">
<tr>
<td>
<ul>
<li> Programming
<ul>
<li><a href="http://www.jpython.org">JPython</a><br>
Best Java Scripting (combines Python and Java) - a must have!
</ul>
<li> Other
<ul>
<li><a href="http://www10.software.ibm.com/developerworks/opensource/jikes/">Jikes</a> <br>
Ultra fast java compiler from IBM (available as port)
</ul>
</ul>
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>