What's the recommended way to embed (c), version, TM, etc in a class file?
- From: "Al Koch" <AlKoch@xxxxxxxxxxxxx>
- Date: Fri, 24 Jun 2005 20:47:54 -0700
Hello,
I'd like to embed information such as Version #, TM, (c), etc. into my cass
files. I guess I can simply place these in a string in the .java file and
it will end up in the class file but I am wondeing if there is a
"better/recommended" way to do this. In the Microsoft C++ world there is a
"Resource file" that contains such information and it gets built into the
final binary executable. How's this done in the Java world?
Thanks,
Al,
AlKoch@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
.
- Prev by Date: How do I use the Java API in a Thread-Safe Manner?
- Previous by thread: How do I use the Java API in a Thread-Safe Manner?
- Index(es):
Relevant Pages
|