SimpJava.tar.gz可以在http://www.linuxeden.com
下载得到,IDE界面还是蛮好的,我试用一下感觉还行,不过右健菜单有点问题噢,还是我的RH9有问题,算了,不管了,介绍怎么安装:
首先安装软件前需要有sun的jdk才行
本人的jdk放在了/home/zd/jdk1.5.0/
然后解压SimpJava.tar.gz到/zd/
然后
$ vi Simplicity
#!/bin/sh
# Solaris users may need to change the above line to #!/bin/ksh
# This script will run Simplicity For Java on a Unix computer.
# Change the next line to the path of your Simplicity install directory.
export SIMPHOME=/home/zd/Tool/Simplicity/
# Change the next line to the location of the java binary on your machine.
export JAVABIN=$JAVA_HOME/bin/java
# On some SCO Unixware machines, the next line should be uncommented
# (remove the #) and the line after it should be removed.
# export MX=
export MX=-mx100m
# On some Solaris machines, There will be a stall shortly after starting. You
# can fix this by uncommenting the next line and removing the line after it.
# export JIT=-Djava.compiler=NONE
export JIT=
export CLASSPATH=$SIMPHOME/simplicity.jar:$SIMPHOME/swingall.jar:$SIMPHOME/datarep_common.jar
exec $JAVABIN $JIT $MX datarep.Simplicity
Linux底下JAVA开发的工具Simplicity
最新推荐文章于 2022-04-25 10:18:16 发布