Compiling Java Resource Bundles
Java resource bundles are compiled using java compiler in a windchill shell.
1. Open a windchill shell
2. Run following command: Javac -d <WT_HOME>/codebase.war/WEB-INF/classes/ <java package>.<resource bundles file>
3. Verify that the compilation resulted in .class files in the target location.
* 
For more information on the windchill shell see About the windchill shell.
Was this helpful?