-
After installing VRL-UG the API is being recompiled, which is fine.
There seems to be no error in compilation of the API I presume, because it reports as successful.
Then I restart VRL-Studio as…
-
As the title.
-
get begin and end index of vector helper methods can be used as a workaround
-
Define a new class via right-click on canvas: "New Groovy Code" and adding a **nested** class to it, like this:
```
@ComponentInfo(name="MyClass", category="Custom")
public class MyClass implements j…
-
I use:
Netbeans 8.2 RC
Windows 10
My first problem was in VRL library:
```
...
Compiling 1081 source files to C:\Users\alex\git\git\VRL\VRL\build\classes
javac: invalid flag: Files\Java\jdk1.…
-
Use the new file dialogs for plugin installation as requested by VRL-Studio/VRL#63
-
Dear @miho
I have made a VRL plugin that uses third party libraries, where some of the third party libraries uses/depends on Java's `ServiceLoader` mechanism. After installing the plugin in VRL-St…
-
I want to build VRL-STUDIO from source. Following the `How To Build` steps in the [README](https://github.com/VRL-Studio/VRL-Studio).
I have downloaded Apache NetBeans IDE version 12.2 (First time…
-
I have recently upgraded to Mac BigSur (macOS 11.4) and after that VRL-Studio sometimes crashes at start up. I see the splash screen for a second or two, then it crashes.
When it crashes, it gener…
-
Is there an easy way to patch my local VRL-Studio app (on OSX) to use Java 11, instead of Java8?
I figure I need to update the `run.sh` script somehow, but not really sure how to?
With `run.sh` …