Hello,
Me very new to java prgmng and got to redesign a C proj in java. Might be very insane question but not for me.
My c poject has a file, called headerfile.h and the structure looks like this
define ID_File1 0x6F01
define ID_File2 0x6F02
...
..
likewise all constants r declared in this file nd the main C file will include this file.
Is there any way to declare such files in java, whr i have all my constants defined in my file and in future to amend this file rather than adding in main java file.
Help reqd.
Anne