So this may be a stupid question, but ...
I want to pack a specific WSDL file with an EJB project in eclipse. What would be the best way to reference this file in my code?
I would like to use a relative path, but the current directory runs in the / bin directory of my JBOSS installation. There seems to be a way to refer to the file in relation to the project file structure.
Any ideas?
source
share