Menu

#14 server.class line 190

open-fixed
nobody
None
5
2010-07-24
2010-05-19
Anonymous
No

187 public static void main (String args[]) {
188 for (int i = 0; i < args.length; i++) {
189 if (args[i].startsWith ("-b=")) {
190 BASE_PATH=args[0].substring(3);

line 190 has to be changed to:
190 BASE_PATH=args[i].substring(3);

Discussion

  • Rene

    Rene - 2010-07-24
    • status: open --> open-fixed
     
  • Rene

    Rene - 2010-07-24

    Fixed at CVS

     

Log in to post a comment.

MongoDB Logo MongoDB