posted 21 years ago
Newbie question: I am using Oracle's JDeveloper 9i. How can I add to my project common file (such as ttf, jpg, waw), so that the file will be deployed with application ? For example , for PDF processing I need some TTF files. When I open this file in project, I see lot of confused chars - do I need to look inside the file, if it is not source file ? When I build/deploy application this file is not present in result class directory or jar file. What am I doing wrong ? Or must I manually create brand new jar library with needed files and add it to libraries list ?
Thanks.