Jaxb unmarshalling error in netbeans -


i have created java classes in netbeans using jaxbbinding xsd.i creates 3 classes under package called "generated sources(jaxb)" within there package called generated.i have created class unmarshalling in have imported generated.*; shows error

error: package generated not exist        import generated.*; 

at runtime.though there no error shown during compile time.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -