Menu

#23 Unable to 'Build all' from within NetBeans

v1.4
closed-fixed
5
2004-03-15
2004-03-15
sarsie
No

Using NetBeans IDE 3.5.1 and version 1.4 of the HTML
parser. Following the build instructions for HTML parser
version 1.4, I mounted the C:\htmlparser1_4\src\src\org
directory and the C:\htmlparser1_4\lib\junit.jar archive
within NetBeans. Getting the following error message
when I issue a 'Build all':

htmlparser/tests/utilTests/CharacterTranslationTest.java
[576:1] package com.sun.tools.javac does not exist

Line 576 of the above referenced file is:
if (0 == com.sun.tools.javac.Main.compile
(new String[] {"-classpath", paths, source}))

Please let me know what I'm doing wrong. Thanks.

-Sarah

Discussion

  • Derrick Oswald

    Derrick Oswald - 2004-03-15

    Logged In: YES
    user_id=605407

    You're missing a mount of tools.jar. For me that's
    <java>/lib/tools.jar .
    I'll add that to the instructions, which haven't been
    updated since that test was added.

     
  • Derrick Oswald

    Derrick Oswald - 2004-03-15
    • milestone: --> v1.4
    • assigned_to: nobody --> derrickoswald
    • status: open --> closed-fixed
     

Log in to post a comment.