Link to home
Start Free TrialLog in
Avatar of g46905
g46905

asked on

XML translation

I am getting a compiling error while running a XML file.

error:

unable to resolve import org.w3c.dom.*;
unable to resolve import javax.xml.parsers.*;

I understand that I am missing the packages required. I tried to download them but not sure if that is the correct one. Can someone help me with this?

Thanks,



Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

You need the right version of java (>= 1.4)
Avatar of g46905
g46905

ASKER

I am currently using 1.4 version.

Thanks,
Avatar of g46905

ASKER

I apologize. I just realised that I am using 1.3.1 version which has come as a default when I was installing WSAD 5.0. Can you please tell me where I can find the external .jar files  for this issue?

Thanks,
SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I take that back - you won't the the javax.* packages, but you can download xerces from apache, which has similar functionality, and is what we used before this was put into 1.4.