Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jdubowy
  • Content: Threads
  • Order by date
  1. jdubowy

    getting x application to display remotely

    I have been trying (and failing) to get x applications running on a remote network to display on my laptop at home. I am running Red Hat 9 on my sony Vaio pcg-fx215, sharing the internet with other computers via a router and DSL. I know that some of my coworkers are succeeding in getting the...
  2. jdubowy

    How to fix JSP compile error

    I got the following error while trying to load a jsp page. Does anybody know how can I fix or get arround it? org.apache.jasper.JasperException: Unable to compile class for JSP C:\jakarta-tomcat-4.0.2\work\localhost\JobsSite\myForm$jsp.java:757: 'catch' without 'try'. } catch (Throwable...
  3. jdubowy

    centralized controller servlet

    I am playing around with a web application that will provide database interaction for various types of users. Some funcionality will be shared by all users (such as creating and updating personal account files), but other functionalities will be specific to the particular user types. I'd like...
  4. jdubowy

    Designing a jsp/servlet-based job/career-search web site

    My question is fairly broad and open-ended. I am curious about what would be a good design for a job-search type of website - one that would allow for users to set up accounts, store personal information on a database, search jobs listed another database, etc. The site would be for job seekers...
  5. jdubowy

    What do I need to start learning JSP

    I want to learn JSP, and so I'd like to know what I need to download and install in order to develop and run my new pages. I played around with ASP a while ago, and I remember having to set up personal web server on my machine before I could do anything. What do I need for JSP? I already...
  6. jdubowy

    Memory allocation to void * pointer

    I have a structure (which I can not modify) which has as as it's first element a pointer of type 'void *' . This structure is designed for general linked list use, and I need the 'void *' pointer to point to another structure type. I am having trouble somewhere, either allocating memory to...
  7. jdubowy

    assert.h?....setjmp.h?....

    One very general question is if anybody can explain when/how to use the assert(expr) macro (from assert.h)....... Next, what do setjmp() and longjmp() do? I have a vague idea that they somehow save the addresses of all automatic variables, as well as other variables currently saved in memory...

Part and Inventory Search

Back
Top