Steps for using python code with GraalPY and X3DJSAIL

just discovered that x3dpsail.py could not be downloaded from a X3DJSONLD 12,  here:  


So I am making it available here:


This is for use with GraalVM’s GraalPy, available here:

I use this version:

The JVM is for accessing Java code (X3DJSAIL).

Apologies for the oversight.

Comments

  1. You need to add these arguments/parameters when running graalpy on the command line: --jvm --vm.cp="${CLASSPATH}"

    ReplyDelete

Post a Comment

Popular posts from this blog

Mutable List of Float, Immutable List of Float

Progress on JSON array for MFString

Mutable List of Float, Immutable List of Float, Revisited