On Dec 19, 2009, at 2:02 PM, Eric Richardson wrote: > I also find that I can't get a simple swing app to work. Any ideas?
It looks like I introduced a regression in fixing the OpenJDK-based bootstrap; using DYLD_LIBRARY_PATH/DYLD_FALLBACK_LIBRARY_PATH is not going to work on Darwin for both bootstrap and non-bootstrap use. I'll take a look into using @rpath/@executable_path as a possible alternative. -landonf