better-strings icon indicating copy to clipboard operation
better-strings copied to clipboard

How to use with plain javac?

Open ermingol23 opened this issue 3 years ago • 0 comments

Improvement suggestion: Please add how to use better-strings with plain javac and java in the README file. For instance

javac -processor com.antkorwin.betterstrings.BetterStringsProcessor -cp path/to/better-strings.jar MyClass.java and java -cp "path/to/better-strings.jar;." MyClass

This information would have saved me a couple of hours of googling to figure out how to do it. :)

ermingol23 avatar Nov 11 '20 11:11 ermingol23