INTEGRATION: CWS freebsd07 (1.5.6); FILE MERGED

2006/07/01 06:09:53 maho 1.5.6.1: #i65511#
 add searchpath for server-only versions of 64bit JDKs.\n This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
This commit is contained in:
Kurt Zenker 2006-07-19 08:37:51 +00:00
parent 497aae4210
commit c3ceb53873

View file

@ -4,9 +4,9 @@
*
* $RCSfile: sunjre.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: hr $ $Date: 2006-06-20 00:09:26 $
* last change: $Author: kz $ $Date: 2006-07-19 09:37:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -76,6 +76,7 @@ char const* const* SunInfo::getRuntimePaths(int * size)
"/bin/classic/jvm.dll"
#elif UNX
"/lib/" JFW_PLUGIN_ARCH "/client/libjvm.so",
"/lib/" JFW_PLUGIN_ARCH "/server/libjvm.so",
"/lib/" JFW_PLUGIN_ARCH "/classic/libjvm.so"
#endif