Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
唯一的代码就是这个MainModule,其他的代码就是一个index.jsp了�
��
package hello.nutz;
import org.nutz.mvc.annotation.Modules;
@Modules({})
public class MainModule { }
Original comment by cityyokel
on 19 Apr 2010 at 1:39
在 Eclipse 里建立这个项目,在 Servlet.init() 中使用 Class.forName
随便一个类名,都
是ClassNotFoundException
Original comment by zozoh...@gmail.com
on 20 Apr 2010 at 2:37
Original comment by wendal1985@gmail.com
on 22 Apr 2010 at 3:51
why wontfix?
and then you will tell Nutz users not to create projects with a "."?
Original comment by cityyokel
on 22 Apr 2010 at 5:23
这是tomcat的问题. 不是nutz的bug.
Original comment by wendal1985@gmail.com
on 22 Apr 2010 at 6:09
Original comment by wendal1985@gmail.com
on 13 May 2010 at 11:13
Original issue reported on code.google.com by
cityyokel
on 19 Apr 2010 at 1:37