Japanese English

If you can not execute programs of the VCSSL ...

If you can not execute programs of the VCSSL, try solutions in this page.

If the extraction of the downloaded ZIP file is stopped with security warning messages
(for Microsoft® Windows®)

On the recent versions of Microsoft® Windows®, the extraction of the ZIP file downloaded from the VCSSL official website (for example, the VCSSL-runtime-einvironment, or VCSSL programs distributed on the code archive, and so on) may stop with security warning messages (e.g. " ... is potentially harmful").

It may be caused by that the security feature of the OS detects batch (.bat) files contained in this ZIP file as "potentially harmful", because generary this type (.bat) of files can execute OS commands.

In that case, to extract, right-click the ZIP file and choose "Properties" from the menu, and enable "Unblock" checkbox at the right-bottom (in the line of "Security") of the properties-window. Then try extracting the ZIP file again.

If the execution is blocked with the security warning message
(for Microsoft® Windows®)

Depending on settings of your environment, when you execute the VCSSL-runtime-environment by double-clicking the batch file "VCSSL.bat", the security warning message may be displayed and the execution may be blocked.

In that case, to extract, right-click the downloaded ZIP file and choose "Properties" from the menu, and enable "Unblock" checkbox at the right-bottom (in the line of "Security") of the properties-window. Then, extract the ZIP file again, and use batch files and programs in the extracted folder.

If the error message about non-availability of "java" command is output
(for Linux®, etc.)

On the Linux® or other OSes, to execute the downloaded VCSSL programs, it is necessary to execute "VCSSL.jar" by using java command on the command-line terminal as follows:

java -jar VCSSL.jar

As the result of the execution of the above command, if the error message about non-availability of "java" command will be output, it requires Java® runtime environment (JRE).

If you can use "apt " command on your command-line terminal, you might install JRE by using apt. Firstly, search available packages:

apt search jre
(or "apt-get" instead of "apt")

and then install appropriate one, for example:

sudo apt install default-jre
(or "apt-get" instead of "apt")

or

sudo apt install openjdk-?-jre
(?: version numbers)

Please note that VCSSL.jar will not work on JRE with the name ends with "-headles".

If the error message about non-availability of enough memory is output
(for Microsoft® Windows®)

The default memory amount allocated for executions of VCSSL programs is limited, so it may not sufficient to take heavy operations (for example, opening heavy files, rendering large images, and so on).

On the Microsoft® windows® if the error message about non-availability of enough memory is output, please execute the batch file "SetMemorySize.bat" by double-clicking to set the allocation size of the memory to the sufficient size.

If the error message about non-availability of enough memory is output
(for Linux®, etc.)

The default memory amount allocated for executions of VCSSL programs is limited, so it may not sufficient to take heavy operations (for example, opening heavy files, rendering large images, and so on).

On the Linux® or other OSes, if the error message about non-availability of enough memory is output, please execute VCSSL.jar by "java" command with "-Xmx" option to specify the allocation size of the memory to the sufficient size:

java -xmx512m -jar VCSSL.jar       (for allocating 512MB)
java -xmx3g -jar VCSSL.jar         (for allocating 3GB)

* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Microsoft Windows is either a registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
* Linux is a trademark of linus torvalds in the United States and/or other countries.
* Other names may be either a registered trademarks or trademarks of their respective owners.


Japanese English
Index
News

Released Ver.1.0 of the Scientific Calculator App "RINPn"
2022/12/31 - We have released the first general release version (Ver.1.0) of the programmable scientific calculato app "RINPn". Explains the details.

Released Ver.1.0 of Vnano Scripting Engine/Language
2022/12/12 - Vnano Scripting Engine has transited from the beta stage to the general release stage, and we have released the first general release version: 1.0. Explains the details.

Updated the Scientific Calculator "RINPn": Added a Retractable Key-Panel, etc.
2022/11/11 - We have updated the scientific calculator app &quto;RINPn" to Ver.0.9.4. Explains the details of the changes by this update.

Updated Contents
Circular Wave Animation

Draws the circular wave as 3D animation, under the specified wave parameters.
2022/12/14
Sine Wave Animation

Draws the sine wave as animation, under the specified wave parameters.
2022/11/26
Tool For Converting Units of Angles: Degrees and Radians

A GUI tool for converting the angle in degrees into radians, or radians into degrees.
2022/11/22
Connector Fatal Exception - Specification
The unchecked exception thrown when errors have occurred, caused by incorrect implementations (might be bugs).
2022/09/26
Connector Exception - Specification
The checked exception thrown when errors have occurred, cause by expected normal problems.
2022/09/26
Announcement (Twitter)