Now that I finally got Jnode to run (comma
Project: | JNode Core |
Component: | Code |
Category: | bug report |
Priority: | normal |
Assigned: | Fabien D |
Status: | closed |
Jump to:
Description
Now that I finally got Jnode to run (command line only, GUI still no go) I tried a simple HelloWorld program...
public class HelloWorld
{
public static void main(String[] args)
{
System.out.format("%d args\n", args.length);
}
}
This always says there is 1 argument, no matter how many I pass on the command line.
- Login to post comments
#1
I can't reproduce it (but we have started to move to openjdk and the shell is being refactored since you posted that bug).
So, I close it