Menu

#1 not starting with JRE 1.4

open
nobody
None
5
2002-04-10
2002-04-10
Anonymous
No

JRE 1.4 / W32
java complained about not having a public main
method...
...to fix this i just changed l. 25 of the JAR.java
##BEGIN
static void main(String[] args) {
##END
to
##BEGIN
public static void main(String[] args) {
##END
and recompiled the Prog...

Discussion


Log in to post a comment.

MongoDB Logo MongoDB