首页
系统教程
Linux入门
Linux管理
Linux技巧
Linux命令
Ubuntu
Linux服务器
Linux数据库
Linux开发
通用技术
发行版
企业应用
实验室
当前位置:
红联Linux门户
>
English Linux
Linux Java environment setup
发布时间:2007-11-16 00:51:21
来源:红联
作者:CDflexaz
To set a linux Java development environment on Ubuntu
edit .bashrc add the following lines
JAVA_HOME = Your JDK path
PATH=$JAVA_HOME/bin:$PATH
CLASSPATH=$JAVA_HOME/lib/rt.jar:$JAVA_HOME/lib/tools.jar:.
export JAVA_HOME PATH CLASSPATH
文章评论
共有
0
条评论
频道文章
Speed up ubuntu boot process
How to setup your Ubuntu machine so it can print to a Windows XP shared printer
Ubunru:Where are the icons on the desktop?
Install/uninstall .deb files
2007 Desktop Linux Survey results revealed
All systems go for Ubuntu 7.10 Linux Desktop launch
Perspective: Reconsidering Linux
Building a Fedora Guest System using 'cobbler' and 'koan'
Ubuntu Vista and on the two-way system introduced guide
Linux helps British scientists decode human DNA
最新教程
Red Hat Says Security Updates for Meltdown
Linux Journal Ceases Publication
AT&T is working on an open-sourced AI project with Linux Foundation
Great news for Android:kernel Long Term Support triples to 6 years
Canonical Wants You to Vote for the Default Apps of Ubuntu 18.04
Fedora 26 Linux Operating System Has Been Cleared for Landing on July 11
Linux Mint 18.2 “Sonya” is near,beta release coming early June
Linus Torvalds:Linux 4.11
IBM,Red Hat partner to develop open source hybrid cloud
Linux Foundation says it's "not surprising" Linux is targeted
随机推荐
How to enable prelink
virtual pc 2007
How is the Fedora Project organized and governed?
install flash for linux
Build a kernel in Ubuntu
Linux Distribution Chooser
up with the idea of making a separate Linux distribution for the XBox
Embedded Linux Develop Platform Creating Experien
Wine for Ubuntu, Debian, and Debian-based distributions
How to Create a First C Program on Linux