Hi
I am calling a resource bundle in a java class in the same package within a JAVA project and I get the missing resource error.
ResourceBundle myBundle = ResourceBundle.getBundle("com.sap.so_on");
I have accessed the resource succesfully in WD Java. The root path of these projects differ (I guess yes)?
Can some one explain how to provide the proper path, assume I have the file in the same package as above?
Thank you.
regards
LNV