Comment 4 for bug 176736

Revision history for this message
Jochen Kemnade (jochenkemnade) wrote :

I just tried building the package using the icedtea jdk, and it works. As to the Makefile, I hardcoded the location of the swt.jar:
-SWT_JAR?=${JAR_DIR}swt.jar
+SWT_JAR?=/usr/lib/java/swt.jar
Of course, this is a quick and dirty fix, but it makes the package build. Debdiff attached.