您的位置:首页 > 运维架构 > Linux

Linux底下JAVA开发的工具Simplicity

2004-10-19 00:32 351 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: