Alexander Poulikakos
Alexander Poulikakos
How can I force my users to provide a value for a specific property? I have defined a `Config` (as below), where I would want the OWNER library to throw...
I have exported my VRL studio project to a console app (`File->Development->Export Project as Console App`). Inside the generated `.zip` there is a runner script (`run.sh`) that I can call...
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.8.0_261\jre/lib/ext/:jars/j3dcore.jar:jars/j3dutils.jar:jars/jogl.jar:jars/vecmath.jar:jars/gluegen-rt.jar:jars/groovy-all.jar Usage: javac use -help...
Here is what I want to do: I have X number of `.vrlp` files (each is a runnable VRL project). I would like to create a mechanism (in Java), that...
I have made a VRL project (it has a start component, with some components (from my plugin) connected and lastly a stop component). The programs runs successfully from VRL-Studio. How...
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...
v0.8.1 release is now available through maven central! * New features, enhancements: * Add support for `java.util.Optional` [#40](https://github.com/drapostolos/type-parser/pull/40). See release info: https://github.com/drapostolos/type-parser/wiki/#changes Gradle ``` compile 'com.github.drapostolos:type-parser:0.8.1' ``` Maven ``` xml...
v0.7.0 release is now available through maven central! - Add support for `java.nio.file.Path`. - Code is now built with Java 8. - Internal refactorings/code improvements using Java8 features. See release...
[v0.2.1](https://github.com/drapostolos/rdp4j/releases/tag/rdp4j-0.2.1) release is now available through the maven central! gradle.build: ``` compile 'com.github.drapostolos:rdp4j:0.2.1' ```