免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1760 | 回复: 5
打印 上一主题 下一主题

[桌面系统] 如何用系统自带的Emacs,XEmacs开发JAVA程序? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-04-29 00:52 |只看该作者 |倒序浏览
如何用系统自带的Emacs,XEmacs开发JAVA程序?我安装了JAVA1.5,可是用XEmacs编译时候就会弹出一个对话框说不认识JAVA1.5的JAVAC,把它假定为JAVA1.4吗?
选择YES也可以编译成功,能不能不让它弹出那个框框呢?在哪里做设置改动呢?
哪位好心人帮忙一下谢谢了,我也不清楚安装系统时的那些软件被放在哪里,是一个新手,我用的是Red Hat Linux 9.谢谢帮忙!!!!!!!!!!!!!!!1

论坛徽章:
0
2 [报告]
发表于 2005-04-29 01:01 |只看该作者

如何用系统自带的Emacs,XEmacs开发JAVA程序?

JDEE也安装了不知道要怎么配置,有点晕!

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
3 [报告]
发表于 2005-04-29 01:21 |只看该作者

如何用系统自带的Emacs,XEmacs开发JAVA程序?

需要配置/etc/profile,在里面设一些环境,还是到java版里找找吧!

论坛徽章:
0
4 [报告]
发表于 2005-04-29 08:54 |只看该作者

如何用系统自带的Emacs,XEmacs开发JAVA程序?

BTW, export里面的变量也都在/etc/profile里吗?

论坛徽章:
0
5 [报告]
发表于 2005-04-30 22:31 |只看该作者

如何用系统自带的Emacs,XEmacs开发JAVA程序?

/ect/profile里面没什么东西啊,不知道怎么弄:
# /etc/profile

# System wide environment and startup programs, for login setup
# Functions and aliases go in /etc/bashrc

pathmunge () {
        if ! echo $PATH | /bin/egrep -q "(^|$1($|" ; then
           if [ "$2" = "after" ] ; then
              PATH=$PATH1
           else
              PATH=$1PATH
           fi
        fi
}

# Path manipulation
if [ `id -u` = 0 ]; then
        pathmunge /sbin
        pathmunge /usr/sbin
        pathmunge /usr/local/sbin
fi

pathmunge /usr/X11R6/bin after

unset pathmunge

# No core files by default
ulimit -S -c 0 >; /dev/null 2>;&1

USER="`id -un`"
LOGNAME=$USER
MAIL="/var/spool/mail/$USER"

HOSTNAME=`/bin/hostname`
HISTSIZE=1000

if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
    INPUTRC=/etc/inputrc
fi

export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC

for i in /etc/profile.d/*.sh ; do
    if [ -r "$i" ]; then
            . $i
    fi
done

unset i

论坛徽章:
0
6 [报告]
发表于 2005-04-30 22:32 |只看该作者

如何用系统自带的Emacs,XEmacs开发JAVA程序?

/ect/profile里面没什么东西啊,不知道怎么弄:
# /etc/profile

# System wide environment and startup programs, for login setup
# Functions and aliases go in /etc/bashrc

pathmunge () {
        if ! echo $PATH | /bin/egrep -q "(^|$1($|" ; then
           if [ "$2" = "after" ] ; then
              PATH=$PATH1
           else
              PATH=$1PATH
           fi
        fi
}

# Path manipulation
if [ `id -u` = 0 ]; then
        pathmunge /sbin
        pathmunge /usr/sbin
        pathmunge /usr/local/sbin
fi

pathmunge /usr/X11R6/bin after

unset pathmunge

# No core files by default
ulimit -S -c 0 >; /dev/null 2>;&1

USER="`id -un`"
LOGNAME=$USER
MAIL="/var/spool/mail/$USER"

HOSTNAME=`/bin/hostname`
HISTSIZE=1000

if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
    INPUTRC=/etc/inputrc
fi

export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC

for i in /etc/profile.d/*.sh ; do
    if [ -r "$i" ]; then
            . $i
    fi
done

unset i
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP