versly / wsdoc

Documentation generator for Spring MVC REST services
Apache License 2.0
62 stars 33 forks source link

where to run javac? #59

Open scofier opened 7 years ago

scofier commented 7 years ago

where to run : javac -processor org.versly.rest.wsdoc.AnnotationProcessor *.java

pcl commented 7 years ago

If you run javac from the command line, you'll need to make sure the wsdoc jar is in your classpath. Are you setting that via an environment variable?