![I want to run java program in a web browser. I installed tomcat and eclipse. but i am getting an error "Starting tomcatv7.0 server at local host". How to solve this error? Please help me. I have attached the error page:
Asked
Active
Viewed 9,351 times
0
-
Removed JS tag. http://stackoverflow.com/questions/245062/whats-the-difference-between-javascript-and-java – Fabrício Matté Sep 13 '13 at 05:34
-
"*I want to run java program in a web browser.*" No you can't. A web browser can only interpret HTML, JavaScript (or other supported scripting languages) and CSS. – Lion Sep 13 '13 at 06:06
2 Answers
0
it seems that u need to put bootstrap.jar in your tomcat's bin folder.
upd
try to delete tomcat's configured server from eclipse and add newone
upd goto Run -> Debug/Run Configuration -> Classpath tab and check your bootstrap.jar path is correct
secario
- 426
- 4
- 14
-
oh thanks for your reply Mr.Secario .. How can i put bootstrap.jar in sytem? Can u pls tell more about that? – TDJSS Sep 13 '13 at 05:38
-
0
First check whether your TOMCAT_HOME\bin contains bootstrap.jar. Second, go to your project build path and remove reference of bootstrap.jar and then try to run the application.
Regards,
Bipul Sinha
Bipul Sinha
- 256
- 2
- 9
-
THANK YOU VERY MUCH FOR YOUR REPLY.. i FOUND THE ERROR AND NOW I SUCCESSFULLY RUNNING JSP.. THANKS... – TDJSS Sep 30 '13 at 05:04