Hi
After FishCAT's installation(1.1.7) completed,I try to startup it.
But an error occurred,error information refer to the attachment.
Then I try to modify the file of "eclipse.ini",the following are the code.
-------------------------------------------------
-pluginCustomization
plugin_customization.ini
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
128m
-vmargs
-Xms128m
-Xmx768m
--------------------------------------------------
If add a space after the parameter "-showsplash",the error will disappear.
the following are the modified code .
-------------------------------------------------
-pluginCustomization
plugin_customization.ini
-showsplash →//here add a space
org.eclipse.platform
--launcher.XXMaxPermSize
128m
-vmargs
-Xms128m
-Xmx768m
--------------------------------------------------
Can you confirm it?
Tong Jun