HI
Suppose There is a HELLO WORLD Application in java
When I am running this in a command prompt it is printing the "Hello World"
in a console window
Next Time When i make the executable jar of the same application and tried to run the jar at Command prompt
Nothing happened I mean it is not printing "Hello World".
I hope you got my question if not please specify.
Thanks in advance
Suppose There is a HELLO WORLD Application in java
When I am running this in a command prompt it is printing the "Hello World"
in a console window
Next Time When i make the executable jar of the same application and tried to run the jar at Command prompt
Nothing happened I mean it is not printing "Hello World".
I hope you got my question if not please specify.
Thanks in advance
Comment