• 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

Struts 2 application on Linux ( Ubuntu 11.x) platform through command prompt

 
Greenhorn
Posts: 4
Notepad Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I am bit familiar to JAVA and i am trying to Develop Struts 2.0 application on the linux (ubuntu) platform through command prompt. I am finding problem in providing the lib path to the struts 2.0 application. As i had already developed a demo application with JSP and servlet using the same tomcat 6.0 and it works fine that mean my "CLASSPATH" variable works properly i.e. "/usr/local/tomcat/lib". But where to put the struts-core-x.x.jar file so that i can compile my java files.

If any one has step by step guide for struts 2.0 application on linux can please provide.

Thanks in advance.
 
Ranch Hand
Posts: 485
Eclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WEB-INF/lib
 
Takshay Patel
Greenhorn
Posts: 4
Notepad Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had already set /WEB-INF/lib path but still i am not getting reference for the ActionSupport class. I had also tried javac -cp /lib/* file.java to compile my classes but want be able to do that. if you had tried to run struts 2.0 application on linux then please guide me as i am the victim of using IDE and now i dont want to use IDE and develop application using command prompt but not getting it ...even i dont get this in any of the books..
 
Forget Steve. Look at this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic