Please help me sir

2005-06-27 Thread Asit Basak

Sir

I have installed Jdk1.5.0 in windows 2000 server.
After that I have installed Apache Tomcat/5.0.29.
I have deployed all of my JSPs in Root directory
and all of my beans in classes.

Now after starting of the Tomcat server.
when I want to see the paged in IE6,
It is giving errors
  javac: target release 1.3 conflicts with default source release 1.5 .
Now sir please tell me what can I I do for this purpose.
Thanking you in anticipation.

Regards
Asit Basak
email - [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please help me sir

2005-06-27 Thread Jaroslav Záruba
Hello Asit

Could it be that you write for Java 1.5 whilst your Tomcat somehow
expects Java 1.3?
Try this link:
http://blog.taragana.com/index.php/archive/how-to-run-javac-15-or-beyond-compiler-for-jsp-compilation-in-tomcat-55-with-generics-enabled-and-other-15-only-features/1/

hope it helps
have a nice day
  J.Zaruba

On 6/27/05, Asit Basak [EMAIL PROTECTED] wrote:
 Sir
 
 I have installed Jdk1.5.0 in windows 2000 server.
 After that I have installed Apache Tomcat/5.0.29.
 I have deployed all of my JSPs in Root directory
 and all of my beans in classes.
 
 Now after starting of the Tomcat server.
 when I want to see the paged in IE6,
 It is giving errors
javac: target release 1.3 conflicts with default source release 1.5 .
 Now sir please tell me what can I I do for this purpose.
 Thanking you in anticipation.
 
 Regards
 Asit Basak
 email - [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]