mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8210924: Remove PACKAGE_PATH
Reviewed-by: tbell
This commit is contained in:
parent
3c7b577a89
commit
fe67f09af3
7 changed files with 1 additions and 15 deletions
|
@ -46,10 +46,8 @@ extern char **environ;
|
|||
* entries, but actual strings can be more efficient (with many compilers).
|
||||
*/
|
||||
#ifdef __solaris__
|
||||
static const char *system_dir = "/usr/jdk";
|
||||
static const char *user_dir = "/jdk";
|
||||
#else /* !__solaris__, i.e. Linux, AIX,.. */
|
||||
static const char *system_dir = "/usr/java";
|
||||
static const char *user_dir = "/java";
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue