1833681 Members
4877 Online
110062 Solutions
New Discussion

JAVA CLASSPATH in HP-Ux

 
Narayana
New Member

JAVA CLASSPATH in HP-Ux

Hi,
I faceing a problem in setting up the java classpath on HP-UX,specifically, for the jar files.when i am trying to compile a programe it is saying that javax.xml.parser not found in the imports.

Help will be greate and appriciate.

LN
1 REPLY 1
Santosh Nair_1
Honored Contributor

Re: JAVA CLASSPATH in HP-Ux

You can either set the environment variable CLASSPATH before executing you java code, i.e.
CLASSPATH=

or start java with the -cp option:

java -cp

-Santosh
Life is what's happening while you're busy making other plans