Linux底下JAVA开发的工具Simplicity

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
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值