Hello,
I am looking for documentation that specifies the following behavior
exhibited by java.
The following (assuming MyClass.class is accessible and has a main())
java MyClass *
yields the same result on Windows as on Unix, inspite of Windows not
expanding shell wildcards. Basically, the args[] passed to main()
contains names of files in that directory.
The basic behavior is documented in the following link:
The last post by Kevin Kelley points this as 'specified' behavior for
java.exe.
The following link also points this as specified behavior.
Now I am trying to find out exactly WHERE is this specified.
I have run searches on java.sun.com and used their documentation
searcher also, but couldn't find any documentation.
Can some one please help?
Thanks.
Regards,
Bharath.
I am looking for documentation that specifies the following behavior
exhibited by java.
The following (assuming MyClass.class is accessible and has a main())
java MyClass *
yields the same result on Windows as on Unix, inspite of Windows not
expanding shell wildcards. Basically, the args[] passed to main()
contains names of files in that directory.
The basic behavior is documented in the following link:
The last post by Kevin Kelley points this as 'specified' behavior for
java.exe.
The following link also points this as specified behavior.
Now I am trying to find out exactly WHERE is this specified.
I have run searches on java.sun.com and used their documentation
searcher also, but couldn't find any documentation.
Can some one please help?
Thanks.
Regards,
Bharath.
Comment