how can get jre?

hi everyone:how can a java application run when i double-click the *.class files? thanks.zbnjava
[144 byte] By [zbnjava] at [2007-9-26 3:06:05]
# 1
Probably can't. For one thing, it is very reasonable to assume that a java program requires more than one class.
bschauwe at 2007-6-29 11:08:31 > top of Java-index,Desktop,Runtime Environment...
# 2
But ther eis only one main class for a java program (at least most of the time).You can try to associate the *.class type with a script or simple exe program which would call the JRE and launch the java command.Choub
abcdefghgfedcba at 2007-6-29 11:08:31 > top of Java-index,Desktop,Runtime Environment...