On Tuesday 04 Mar 2003 1:07 am, [ramzez] wrote:
> Hi friends...
>
>   I made an application usign Java... How do I create a executable file to
> run my application without the IDE (forte for java)?
>
> thanks,

Well, I haven't been using the IDE (just javac and a text editor :) but this 
should help you.

]$ ls
ReportTest.class  ReportTest.java
]$ java ReportTest

runs the ReportTest program (use java to run the main module of your code)

-- 
"The meek may inherit the earth, but they don't get write permission" - 
Charlie Stross

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to