jikes jamvm 和 classpath
查看方法:

ipkg list |grep jamvm
安装
ipkg install jikes classpath jamvm
然后bin下面会有 jamvm
ln -s /opt/bin/jamvm /opt/bin/java
java -> /opt/bin/jamvm
===================
/opt/bin # java -version
java version "1.5.0"
JamVM version 1.5.4
Copyright (C) 2003-2010 Robert Lougher <rob@jamvm.org.uk>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License

as published by the Free Software Foundation; either version 2,
or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Build information:
Execution Engine: inline-threaded interpreter with stack-caching
Compiled with: gcc 4.2.3
Boot Library Path: /opt/lib/classpath
Boot Class Path: /opt/share/jamvm/classes.zip:/opt/share/classpath/glibj.zip
===================

java命令可用,同样在找 tomcat的方法,看过一个帖子写的
tomcat需要修改conf文件,使用jikes解析class文件
实在看不下去到处贴 win环境的玩意的,先分享一部分经验吧~
1:初学的话 可以只下载jdk jdk(java 开发工具包)里面就包括了jre (java 运行环境) 但是编写的话比较麻烦,写代码要在记事本里面,还要控制台去编译。
2:推荐你下载一个eclipse 或则myeclipse


