Skip to main content

Missing javax.xml.namespace package when compiling Artix 4.1 Java code

  • May 17, 2013
  • 0 replies
  • 0 views

Summary This article clarifies the location of the javax.xml.namespace package and the classes contained in this package.
Article Number 36123
Environment Artix 4.1 Java All Supported Operating Systems
Question/Problem Description

Missing javax.xml.namespace package when compiling Artix 4.1 Java code.

Clarifying Information
Error Message package javax.xml.namespace does not exist
Defect/Enhancement Number
Cause This error is caused due to missing the package and classes for the javax.xml.namespace package. This jar file resides in the following location:
<ARTIX-INSTALL-DIR>/lib/jaxrpc/jaxrpc/ 1.1/jaxrpc-api.jar
Resolution The javax.xml.namespace package and the classes contained in this package are available in the jaxrpc-api.jar.
Ensure this class is on the classpath when compiling your Artix code.

Workaround
Notes
Attachment
Created date: 12 November 2012
Last Modified: 12 February 2013
Last Published: 12 November 2012
First Published date: 12 November 2012

#KnowledgeDocs
#Orbix