You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have a test if runing under a 32bit engine. E.g.
message = System.getProperty("java.vm.name");
if (! message.toLowerCase().contains("64-bit"))
{
message = "ERROR: Your Java JRE is not 64-bit. VisiCut requires a 64-bit JRE. Please upgrade your JRE.";
}
We should have a test if runing under a 32bit engine. E.g.
Tested with https://www.compilejava.net/
The text was updated successfully, but these errors were encountered: