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 From RINEARN
* VCSSL is developed by RINEARN.

VCSSL 3.4.52 Released: Enhanced Integration with External Programs and More
2025-05-25 - This update introduces enhancements to the external program integration features (e.g., for running C-language executables). Several other improvements and fixes are also included. Details inside.

Released: Latest Version of VCSSL with Fixes for Behavioral Changes on Java 24
2025-04-22 - VCSSL 3.4.50 released with a fix for a subtle behavioral change in absolute path resolution on network drives, introduced in Java 24. Details inside.

Released the Latest Versions of RINEARN Graph and VCSSL - Now Supporting Customizable Tick Positions and Labels!
2024-11-24 - Starting with this update, a new "MANUAL" tick mode is now supported, allowing users to freely specify the positions and labels of ticks on the graph. We'll explain the details and how to use it.

Released Exevalator 2.2: Now Compatible with TypeScript and Usable in Web Browsers
2024-10-22 - The open-source expression evaluation library, Exevalator, has been updated to version 2.2. It now supports TypeScript and can be used for evaluating expressions directly in web browsers. Explains the details.

Behind the Scenes of Creating an Assistant AI (Part 1: Fundamental Knowledge)
2024-10-07 - The first part of a series on how to create an Assistant AI. In this article, we introduce the essential knowledge you need to grasp before building an Assistant AI. What exactly is an LLM-based AI? What is RAG? And more.

Launching an Assistant AI to Support Software Usage!
2024-09-20 - We've launched an Assistant AI that answers questions about how to use RINEARN software and helps with certain tasks. Anyone with a ChatGPT account can use it for free. We'll explain how to use it.

Software Updates: Command Expansion in RINEARN Graph, and English Support in VCSSL
2024-02-05 - We updated our apps. This updates include "Enhancing the Command-Line Features of RINEARN Graph" and "Adding English Support to VCSSL." Dives into each of them!

Inside the Repetitive Execution Speedup Impremented in Vnano Ver.1.1
2024-01-17 - Delves into the update in Vnano 1.1 from a developer's viewpoint, providing detailed insights into the specific improvements made to the internal structure of the script engine.