users@jaxb.java.net

Re: simple question

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Mon, 20 Mar 2006 07:32:42 -0800

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