• 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

where are the equivalent .java and .class file are stored ?

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,
i m using resin server
Q1.when run my jsp page (stored at C:\resin-1.3.b1\doc\WEB-INF\classes ) through browser.
As i suppose after compilation of jsp page there should be
two new files .java and .class, the funniest thing is that,
i m getting the output and i m not able to found .java and
.class files anywhere i founded it using find option.
Q2. My next question is where should i put the normal class
files so that i can use them (i.e. creating objects of them
in jsp file) ..

Thanx in advance...
Frank r u there to help me...
Bhupendra
 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) When the servlet is created from the jsp, it may not or does not have the same name as your jsp. I would do a search on *.java and *.class.
2) sorry can't help you there. I use a different server.
reply
    Bookmark Topic Watch Topic
  • New Topic