diff --git a/bind/java/testpkg/testpkg.go b/bind/java/testpkg/testpkg.go index c4bde1b..bd7f32b 100644 --- a/bind/java/testpkg/testpkg.go +++ b/bind/java/testpkg/testpkg.go @@ -1,8 +1,8 @@ // Package testpkg contains bound functions for testing the cgo-JNI interface. package testpkg -//go:generate gobind -lang=go -output=go_testpkg/go_testpkg.go . -//go:generate gobind -lang=java -output=Testpkg.java . +//go:generate gobind -lang=go -outdir=go_testpkg . +//go:generate gobind -lang=java -outdir=. . import ( "errors" "fmt"