Jump to content

Java/j2Ee Discussions


lolliman

Recommended Posts

[quote name='Salividi' timestamp='1370949915' post='1303845328']
ok bhayya will try and let you know
[/quote]
down load jaxb liberires..

in build ant script add few lines

idicate where u want to generate files and indiacate where is xsd

<target name="generate-xsd" depends="init" description="compile schemas">
<xjc package="com..packagename" removeOldOutput="yes" destdir="${generated}">
<schema dir="xsd" includes="*.xsd" />
<produces dir="${generated}" />
</xjc>
</target>

[color=#ff0000]if any one whats know to how to marshall and unmarshall xml file using JAXB libraries pl let me know[/color]

Link to comment
Share on other sites

[quote name='Salividi' timestamp='1371046584' post='1303849060']
bhayya doubt.....eclipse lo develop chesina jar NetBeans lo work avuthada....for app dev using the jar
[/quote]Yep

Link to comment
Share on other sites

[quote name='cherlapalli_jailer' timestamp='1371046932' post='1303849081']
Yep
[/quote]Bhayya kani......Netbeans lo develop chesina J2ME jaar library.....Eclipse lo recognize vadam ledu......I mean library error vaasthundi

Link to comment
Share on other sites

[quote name='Salividi' timestamp='1371051061' post='1303849310']
Bhayya kani......Netbeans lo develop chesina J2ME jaar library.....Eclipse lo recognize vadam ledu......I mean library error vaasthundi
[/quote]

jar file lo netbeans specific file yamanna undemo chusava.. %$#$

Link to comment
Share on other sites

[quote name='Salividi' timestamp='1371051061' post='1303849310']
Bhayya kani......Netbeans lo develop chesina J2ME jaar library.....Eclipse lo recognize vadam ledu......I mean library error vaasthundi
[/quote]
right click ur project goto configure build path

then goto add jars ...and add the jar file there and it should be fine

Link to comment
Share on other sites

[quote name='Salividi' timestamp='1371051061' post='1303849310']
Bhayya kani......Netbeans lo develop chesina J2ME jaar library.....Eclipse lo recognize vadam ledu......I mean library error vaasthundi
[/quote]
machaa inni doubts basic level developer ki ravu nijam cheppu macha ekkada working nuvvu

Link to comment
Share on other sites

[quote name='BezawadaBablu' timestamp='1371105653' post='1303852299']
machaa inni doubts basic level developer ki ravu nijam cheppu macha ekkada working nuvvu
[/quote]Ledu mama cheppe kada,,,,,,Intlo nerchukuntunna

Link to comment
Share on other sites

[quote name='Salividi' timestamp='1371106002' post='1303852315']
Ledu mama cheppe kada,,,,,,Intlo nerchukuntunna
[/quote]
Btech ae year passout macha nuvvu

Link to comment
Share on other sites

[quote name='BezawadaBablu' timestamp='1371106082' post='1303852319']
Btech ae year passout macha nuvvu
[/quote]2010.... I have experience in C coding.....2 years that too appliocation level....So no calls macha.... I am tryhing toswitch to java or Android.....Which ever apps developed in C i will develop in Java/Android

Link to comment
Share on other sites

×
×
  • Create New...