• 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

setting classpath

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends,
I am very new to struts.i have just started to develop my first app using struts.i am not able to compile the form and action.i get the error that the package org.apache.struts.action.*, does not exist.
please guide me as how i should set the class path to compile the form and action.also give me a link which wud guide me to build the properties file.

regards,
Raja
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Raja,
If you are compiling at the command line, you can use the -cp option of javac. If you are using an IDE, post which one.

I'm not sure what you mean by build the properties file.
 
rajaraman navaneethan
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Jeanne,
thanks for your reply.i have compiled my classes now.i meant the Message Resource Bundle by Properties file,where the declarations for the errors are given.
please guide me as how i should deploy my application.i am not using any IDE.i am using only notepad.
i had zipped my app folder to create a WAR and dropped it in the webapps folder of Tomcat,but i get the error HTTP 404-Resource not found.
please guide me as how i shud deploy the app.

regards,
Raja
 
Forget this weirdo. You guys wanna see something really neat? I just have to take off my shoe .... (hint: it's a tiny ad)
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic