Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

can i compile a java program to a class file ignore symbol not find error?

807588Mar 9 2009 — edited Mar 10 2009
Hi ,
I am wondering if I could compile a java program to a class file ignore the symbol not find error?
The reason for this is that, I want to creat a centralized function library for all my applications which will involve a bunch of dynamically generated objects by my application programs. Once the object is generated I would like to call the function in the library related to this object. Thus my plan is every time I generate some new objects, I would let the java runtime recompile the function library file and ignore the objects in the file which has not been generated yet.

Any idea?
Thank you,

Song
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 7 2009
Added on Mar 9 2009
20 comments
1,201 views