![]() |
|
|
|
|
|||||||
| Windows & DOS: Issues & Discussions Questions involving Unix to Windows (Desktop or Server) go here. Any Windows/DOS questions should go here as well. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| S-223: IBM Tivoli Provisioning Manager for OS Deployment (TPMfOSD) Vulnerability | iBot | Security Advisories (RSS) | 0 | 03-14-2008 11:20 AM |
| Unix Arithmatic operation issue , datatype issue | thambi | Shell Programming and Scripting | 23 | 02-19-2008 03:19 AM |
| how i prepare a c++ code(c code) for implementing my own protocol format | amitpansuria | High Level Programming | 1 | 09-06-2007 08:09 PM |
| SSH key code versus server key code | Texan | Security | 1 | 04-12-2006 08:57 AM |
| Return code from PL/SQL Code | Shaz | UNIX for Advanced & Expert Users | 7 | 06-03-2003 07:56 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Code deployment issue
I have developed an application in Eclipse and created a JAR File for the same. I deployed the JAR File in UNIX environment and while executing the same I get the following Error:
(dstdbxx1:/export/home/edi_proc/PSON_Automation)$ls LOG PSON PSONAutomation_2.jar REPORT xerces.jar LSR PSONAutomation_1.jar PsonAutomation.jar setup.properties xercesImpl.jar [B](dstdbxx1:/export/home/edi_proc/PSON_Automation)$java -jar PSONAutomation_2.jar Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xerces/parsers/SAXParser at com.eschelon.xml.XMLHandler.parse(XMLHandler.java:21) at com.eschelon.xml.XMLHandler.parse(XMLHandler.java:42) at com.eschelon.main.LsrPsonComparer.main(LsrPsonComparer.java:73)[/B] Can anyone please help me with this error? Thanks and Regards Harimadhav Balu |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
http://xerces.apache.org/xerces-j/ |
|
|||
|
Yeah, Actually I found the reason for the error. The Unix environment needed more references from Apache SAX Parser. Some how it was not required when I developed in Eclipse. Thanks for your time and consideration.
Regards Hari |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|