Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The new plug-in does not launch on top of JDK 1.4.2 because it calls System.getenv() to fetch debugging-related environment variables and getenv() was only "re-enabled" in JDK 1.5. There may be other reasons it doesn't work on top of JDK 1.4.2 such as 6609139 but this is the first and most obvious failure that needs to be fixed. It isn't essential that these environment variables actually be fetched correctly but it is essential that fetching them not break the plug-in.
|