Hi, I managed to compile and install OpenJDK7 to my OSX but the DYLD_LIBRARY_PATH env variable is causing me problems. If I add the env variable in console the new install works, but when I use other applications like Eclipse, it does not work. There must be a way to pass environment variables to graphical applications and so on, but is this the way the java should work? What changes are needed in OpenJDK to make it work without any modifications to the system?
- JK