lkml.org 
[lkml]   [1996]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectJava and the FSSTND
Date
Now that Linux supports Java in the OS, it is a standard part of
Linux. As such, it no longer belongs in /usr/local. This bit
of code should be changed:

#define _PATH_JAVA "/usr/local/java/bin/java"
#define _PATH_APPLET "/usr/local/java/bin/appletviewer"
#define _PATH_BASH "/bin/bash"

Something like this would be better:

#define _PATH_JAVA "/usr/bin/java"
#define _PATH_APPLET "/usr/bin/appletviewer"
#define _PATH_BASH "/bin/bash"


\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.034 / U:2.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site