Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Jbuilder - Viewing an xml file in resources

Options
  • 24-08-2003 11:07am
    #1
    Closed Accounts Posts: 31


    Okay! I have just moved from NetBeans to JBuilder. I can find my way around the IDE quite easily except for one problem. I am unable to see xml files in the resource packege I have added.

    I have added two packages

    com.x.x.gui
    resources.x.x.gui

    Within the resources package there are the following files
    resources.x.x.gui.test.properties
    resources.x.x.gui.seven.xml
    resources.x.x.gui.peter.xml

    When I go down through the tree in the IDE I can only see the test.properties file not the XML files.

    I guess this is becaues xml file are not java files like .java or .properties

    However how can I add a folder containing the XML files to the IDE's path.

    I tried using the path tab on the properties dialog but it has the same result as that of the add package.

    Any suggestions?


Advertisement