This website requires JavaScript.
Explore
Help
Register
Sign In
snailed
/
void-packages
Watch
2
Star
0
Fork
You've already forked void-packages
0
Code
Issues
1
Pull Requests
2
Actions
Activity
9e337321c0
void-packages
/
srcpkgs
/
jre
/
files
/
java.sh
3 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
jre: correcting shell profile
2014-02-15 04:00:37 +01:00
export
PATH
=
$PATH
:/usr/share/java/bin
export
JAVA_HOME
=
${
JAVA_HOME
:-
/usr/share/java
}