Is it necessary that class className must be coded in className.java?
Posted
by httpinterpret
on Stack Overflow
See other posts from Stack Overflow
or by httpinterpret
Published on 2010-05-16T10:59:58Z
Indexed on
2010/05/16
11:10 UTC
Read the original article
Hit count: 139
I'm using maven to build the project and compile failed because I put class Test2
in Test.java
,
but is it because of maven or simply because java itself doesn't support this?
BTW,how can I open a maven project with eclipse?
© Stack Overflow or respective owner