• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

why isn't it working??

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello
i install apache server in purpose of working with jsp.
i worked according the orders i saw in this forum.
but i have a problem when i tried to run my own program i could not and the warning i got from the apache server was: that the file could not be compiled, so i undersoot that i had a problem with my jdk because the massage i recived told me that the problem can easly be solved by copying the files from HOME_JAVA/bin/tools to HOME_CATALINA/BIN.
but i don't have tools folder in my home java!
please help me!
i'm new in the area it's my first staps in jsp!
thanks
eli
 
Ranch Hand
Posts: 270
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it is tools.jar under JAVA_HOME\lib\
[ January 10, 2004: Message edited by: Yi Meng ]
 
eli katz
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Yi Meng:
it is tools.jar under JAVA_HOME\lib\
[ January 10, 2004: Message edited by: Yi Meng ]


i don't have such a file!
maybe i installed the wrong JDK?
can you give me an exact direcion?
 
Yi Meng
Ranch Hand
Posts: 270
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As on my pc, it's at D:\j2sdk1.4.2\lib\tools.jar
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since this is most likely a server config issue, I'm moving this along to the Tomcat forum.
bear
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if you don't have tools.jar you maybe have only installed the JRE. The tools.jar contains stuff like the compiler etc. which is only included in the JDK
reply
    Bookmark Topic Watch Topic
  • New Topic