Subject: Need to run a .jar file
To: None <netbsd-users@netbsd.org>
From: Laine Stump <lainestump@speakeasy.net>
List: netbsd-users
Date: 07/26/2004 16:53:00
I need to run the SIP vulnerability test suite at

	http://www.ee.oulu.fi/research/ouspg/protos/testing/c07/sip/

It is written in java, and you run it from the shell with commands like this:

	java -jar c07-sip-r2.jar -touri he@them.invalid -teardown -validcase

Being a complete java idiot, I figured I could just install jdk from pkgsrc 
and I would get what I wanted, but that seems not to be the case. When I 
run the java binary in the jdk's bin directory, it says it doesn't 
recognize the -jar option.

So what do I need to do to run .jar files?