drip icon indicating copy to clipboard operation
drip copied to clipboard

Fast JVM launching without the hassle of persistent JVMs.

Results 37 drip issues
Sort by recently updated
recently updated
newest added

Another SIGINT is needed each time `lein` should quit. I’m using `LEIN_JAVA_CMD=${LEIN_JAVA_CMD-drip}` in my `leinrc` and the newest version from Github.

I'm using Tabula (more specifically the command-line version, tabula-java) to extract data from PDFs. I have a bash script which calls tabula-java a total of four times per PDF. It's...

This allows setting the c-compiler for cross-compilation

Executing a simple Hello World program fails with `IllegalAccessException` on subsequent runs. 1. Create simple `HelloWorld.java` file: ``` class HelloWorld { public static void main(String[] args) { System.out.println("Hello Drip"); }...

I'm trying to use Drip in conjunction with short-lived Docker containers (think running a container that does 'lein repl' against my current working directory). I can't figure out how Drip...

drip works alright if invoke from command line directly . but after add LEIN_JAVA_CMD=${LEIN_JAVA_CMD-drip} to leinrc, lein repl didn't reuse exist jvm process. software version: mac os 10.8.2 lein --version...

Hi, I'm trying to force maven to work with drip. Exporting JAVACMD to drip path will instruct maven to use drip; however, on each 'mvn' call new java instance will...

how to port and install "drip" as as "MS Windows service", so that it can run in background, just like a "unix daemon"? prerably using mingw. It would be good...

I'm running the latest Drip 0.25.0 with JRuby 1.7.18 on OS X Yosemite. I have a simple Ruby gem library project which I'm running with JRuby. Part of my workflow...

First, mke sure the daemon is running: ``` $ drip -cp clojure.jar clojure.main -e nil ``` From then on, when stdin is redirected, nothing is output. ``` $ drip -cp...