Am 20.07.2018 um 11:23 schrieb ADAN M. M. via Squirrel-sql-users:
> Hello
>
>
> I tried to run squirrel-sql.bat from squirrelsql-3.8.1-optional and i
> cannot, then i tried deleting -Xquickstart option from
>
> line
>
> start "SQuirreL SQL Client" /B "%LOCAL_JAVA%" -Xmn256m -Xmx256m
> -XX:+AggressiveOpts -XX:MaxGCPauseMillis=10 -XX:MaxHeapFreeRatio=70
> -Xss2m -Xverify:none -*Xquickstart* -Dsun.awt.nopixfmt=true
> -Dsun.java2d.noddraw=true -cp %SQUIRREL_CP%
> -splash:"%SQUIRREL_SQL_HOME%/icons/splash.jpg"
> net.sourceforge.squirrel_sql.client.Main %TMP_PARMS%
Sorry, I can't remember that we ever had -Xquickstart in our starter
scripts. Same with
-XX:+AggressiveOpts
-XX:MaxGCPauseMillis=10
-XX:MaxHeapFreeRatio=70
-Xss2m
-Xverify:none
At least we don't have them in our scripts now. I recommend to remove
all of these from your script.
Gerd
|