|
Orion needs your jdk class library (tools.jar) to
compile its generated code. (Orion generates code based upon the
interfaces which you write.)
I don't like copying jars all over my machine, so I
instead add the "library" tag to my server.xml. Something like
this:
<library path="C:\jdk1.3\lib" />
This will cause Orion to fing your tools.jar,
assuming it is in "C:\jdk1.3\lib". Interestingly, this works as opposed to
"C:\jdk1.3\lib\tools.jar" (which I beleive also works,) as would be in a normal
classpath. However, you can also use the "libarary" tag to inform Orion of
other items in your classpath.
Mike
|
- Tools.jar File B. Dawkins
- Re: Tools.jar File Nick Newman
- Re: Tools.jar File Stan Ng
- Re: Tools.jar File Michael Jara
- Re: Tools.jar File Attila Bodis
- RE: Tools.jar File Kesav Kumar
