| Sign In/My Account | View Cart |
| Article: |
Understanding JAXB: Java Binding Customization | |
| Subject: | Date problem... | |
| Date: | 2004-12-09 05:55:55 | |
| From: | hashimisayed | |
|
Response to: Date problem...
|
||
|
It looks like the compiler cannot find your custom class. You need to make the class available to the xjc compiler. Compile you schema with the schema compiler (jaxb-xjc.jar) and use the -cp switch to tell the compiler where your class is.
|
||