On Feb 28, 12:50 pm, sihl...@gmail.com wrote:
> hi guys,
>
> what can i do to be able to run a program without the code showing.
> i'm a java programmer and i use windows for my programming. i tried
> creating batch file or jar files but i think i was doing wrong. Can
> you please help me?
>
> I'll appreciate it.
Even though your subject is at odds with your message, I'll attempt to
answer:
In order to suppress the console, you use javaw.exe:
http://mindprod.com/jgloss/javawexe.html
I'm not sure what you mean by "the code showing". Are you referring to
stack traces on the console? (
http://mindprod.com/jgloss/trace.html)