views:

36

answers:

2

how can i export .war file in jdeveloper 10g ?

+1  A: 

hi ammar, you can build for web application from jdevloper and then there is a option to build the jar/war file at a particular location in properties option for that project.

Mrityunjay
A: 

JDeveloper supports ant, if you are an Eclipse user you are likely to like ant.

Check out JDeveloper Script Mastery.

Koekiebox