Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== force 32-bit java ====== If you have drivers beyond your control, you may need to force SQuirreL SQL to use the 32-bit java. This is my Windows 7 example, added to **squirrel-sql.bat** after LOCAL_JAVA was defined the default way. <code bat> @rem manually setting the path so we force 32-bit java, which is necessary @rem because of us using the old Progress JDBC drivers, and Merant 32-bit ODBC @rem drivers set LOCAL_JAVA=c:\Program Files (x86)\Java\jre7\bin\javaw.exe </code> docs/squirrel_sql/force_32bit_java.txt Last modified: 2014/03/03 15:50by billh