[Noob question]
I downloaded jBCrypt which contains two files, BCrypt.java and a test file.
I am new to packaging Java, and I know that the /lib directory needs .jar files. I know how to create a class file (javac "java file") and I know how to create a jar (jar cvf "class file").
I don't know if that's the right way, however. How do I correctly package a java file into a jar so Play will know how and where to find the package?
P.S. My workaround is to make a package /playapp/app/bcrypt/BCrypt.java.