drip
drip copied to clipboard
Fast JVM launching without the hassle of persistent JVMs.
Drip is also available in MacPorts!
I'm trying out drip for a java CLI. The drip/client side is a only a UNIX socket sending command args to the server listener which respond to various commands. This...
When building using make, I had the following errors: ``` javac -source 1.5 -target 1.5 src/org/flatland/drip/Main.java src/org/flatland/drip/Switchable.java src/org/flatland/drip/SwitchableInputStream.java src/org/flatland/drip/SwitchableOutputStream.java -d classes/ warning: [options] bootstrap class path not set in conjunction...
Hello, I just tried drip on a Solaris server, and it seems it has a dependency on git, since I'm getting an error "drip: line 150: git: command not found"....
Hi, not so much a bug, as an enquiry. I've been trying to optimise my startup times, and I was trying out drip, and I was noticing a slight increase...
As in topic.
Fixes the following compiler warning: ``` .../src/drip_daemon.c: In function ‘main’: .../src/drip_daemon.c:46:5: warning: implicit declaration of function ‘wait’ [-Wimplicit-function-declaration] wait(&status); ^~~~ ```
Hey guys, I was trying to use drip with Scala and fish shell on Mac OS X and it caused me some pain today. It seems it keeps creating new...
Currently it does not appear that Drip's jar is published to Maven Central. This makes it difficult or impossible to work with the Drip classes directly from a Maven-based project....
Is there a way to use drip in intellij idea? Possible usages: 1. Run the IDE itself in drip 2. Run main methods in drip (ctrl-shift-R) 3. Run tests in...