[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: How can i complie java that without main method ?
|
parinya <parinya@xxxxxxxxxxxxx> wrote:
> How can i complie java that without main method such as applet or abstract
> class.
This newsgroup is deprecated. Please post Java development questions in
eclipse.tools.jdt in future.
Compiling Java without a main method is exactly the same as compiling
Java *with* a main method. The compiler doesn't care. It's only when
you want to run the code that anything cares.
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet/
If replying to the group, please do not mail me too