Java Programming - how to use member variable to all my pakages

i want to use some member variables to all my packages in my project how to declare it.
[94 byte] By [therathnaa] at [2007-11-26 23:18:21]
# 1
why doesn't declaring it public works for you. You may declare it public static, if want to get rid of creating objects of the containing class.
koool_ppa at 2007-7-10 14:20:19 > top of Java-index,Java Essentials,Java Programming...