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.

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." Delves 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.

Scripting Engine Vnano Ver.1.1 Released: Dramatic Speed Improvement for Repetitive Executions of the Same Content
2023-12-22 - Released the Vnano script engine Ver.1.1. In this version, we've made significant enhancements in processing speed by reducing the overhead of handling requests. Explains the details.

RINEARN Graph 3D Updated and Next Version (Ver.6) Development Has Begun!
2023-09-04 - We have released RINEARN Graph 3D Ver.5.6.34. In addition, we have initiated the development of the next major version, Ver.6! Details inside.

Commitment to Significantly Expand English Documentation with AI Assistance - Presenting a Behind-the-Scenes Look at the Actual Workflow
2023-05-28 - We have decided to expand our English documentation by leveraging AI technologies such as ChatGPT. We will provide a detailed explanation of our initiative.

Update to RINEARN Graph 3D: Enhanced API-related Features and More
2023-05-18 - We recently released the latest version of RINEARN Graph 3D, Ver.5.6.32. Explains the details of 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