Derek Baxter

Results 4 issues of Derek Baxter

Hello, is it possible to add a folder that contains native libs? For example I have a vm option for loading the files: `-Djava.library.path=.../nativeLibs/something.framework` Is it possible to add this...

If I add the option `-r ../openjdk11.jre` I will always get Unable to load Java runtime environment. However if I do not enter anything it will work. Is there a...

I have a class that has some properties. In this example I am trying to call my dateCreated property in the constructor. ![stack1](https://cloud.githubusercontent.com/assets/8877998/24810132/7b584c44-1b7e-11e7-87c9-853cc1904477.PNG) ![stack2](https://cloud.githubusercontent.com/assets/8877998/24810133/7b5d12e2-1b7e-11e7-9d9c-fa00eda6c262.PNG) As you can see nothing shows...

Hi, I currently this snippet ``` serverInstance["/mobile"] = { request in { print("In Mobile") var html = "Hello World!" if let indexURL = Bundle.main.url(forResource: "index", withExtension: "html", subdirectory: "app") {...