InterviewSolution
Saved Bookmarks
| 1. |
How Do I Avoid The Dom Level 1 Problem In Visual Age For Java? |
|
Answer» When the WTE feature is added to the workspace, the project 'IBM XML Parser for JAVA' is added as well. This project CONTAINS old DOM Level 1 'org.w3c.*' interfaces. JDOM relies on DOM Level 2, and therefore conflicts with this project. The solution is to do the following:
When the WTE feature is added to the workspace, the project 'IBM XML Parser for Java' is added as well. This project contains old DOM Level 1 'org.w3c.*' interfaces. JDOM relies on DOM Level 2, and therefore conflicts with this project. The solution is to do the following: |
|