Derek Baxter
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.   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") {...