1). Set the JAVA Path in local system
Nav: Right Click on My Computer -->Advanced System Settings -->Environment Variables -->System Variables -->Path -->Edit -->
Add the JDK/Bin patha in Variable Value
;C:\Program Files\Java\jdk1.8.0_144\bin
Verify Java path by typing javac in command prompt
2). Place the .xml, .xsl and "xmlparserv2.jar" files in one folder and move to the folder from command prompt.
3). Run the below command, it will generate SEPA output file in same folder
java -cp ./xmlparserv2.jar oracle.xml.parser.v2.oraxsl SEPA.xml SEPA.xsl SEPA_OUT.xml
No comments:
Post a Comment