Re: java.lang.OutOfMemoryError with ant javac task

2006-08-31 Thread Lintang JP
Hi miroconnect, Maybe you can use this : Insert the compiler.mac.memory into your wrote: I using ant build file to compile ".java" files .I get java.lang.OutOfMemoryError. Here is the build file

Re: Uploading problem

2006-07-26 Thread Lintang JP
-R in capital chmod -r 777 /temp On 7/26/06, Irwan Nurwandi <[EMAIL PROTECTED]> wrote: in shell console : 1. login as root 2. execute : chmod -r 777 /temp hope it work ! Regards Irwan On 7/26/06, Li <[EMAIL PROTECTED]> wrote: > yes, /temp existed > > if i just use normal java app to write

Re: Urgent: Need help in JSP precompilation

2006-06-19 Thread Lintang JP
maybe you need to include jstl.jar to your classpath ? On 6/20/06, priyadarsh kankipati <[EMAIL PROTECTED]> wrote: Hi, I was facing problem while precompiling the JSPs. I followed the approach given in the below link. http://tomcat.apache.org/tomcat-5.0-doc/jasper-howto.html using ant. The p

Re: Tabbed panes in struts

2005-12-01 Thread Lintang JP
U should try struts-menu, cool On 12/2/05, Agnisys <[EMAIL PROTECTED]> wrote: > > Hi, > I have seen tiles used for implementing Tabbed panes, however, they are > static, that is, what > tabs are displayed is known ahead of time. > In my application a tabbed pane is created at run-time. Is ther