I used getRealPath() and its not working. Here's my real path to the files:
xml file path: /opt/netbeans/SunAppServer8.1/domains/domain1/applications/j2ee-modules/Dev-WebModule/xml/article.xml
xsl file path: /opt/netbeans/SunAppServer8.1/domains/domain1/applications/j2ee-modules/Dev-WebModule/xsl/article.xsl
I'm not sure what Netbeans does when running the project as far as creating a deployed war etc..But it does deploy via war as the standard way to move the app to another server.
Any suggestions for
J2EE IDE on Linux?
I will try getResourceAsStream() Thanks.
[ January 25, 2006: Message edited by: Stu Higgs ]