jason white wrote:
> Kohsuke,
>
> Not sure how to accomplish this on Windows:
>
> $ export XJC_OPTS="-Dcom.sun.tools.xjc.Options.findServices=true"
> $ xjc.sh -cp xjchibernate.jar -help
>
> Any help would be appreciated.
What Alexi explained would work globally, or you can start a command
prompt and then:
C:\jaxb>set XJC_OPTS="-Dcom.sun.tools.xjc.Options.findServices=true"
C:\jaxb>xjc.bat -cp xjchibernate.jar -help
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com