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: *

  1. fungling

    NoClassDefFoundError when running Jar File?

    Dear all, Error occurs when I am running a Jar file. Error message: Exception in thread "main" java.lang.NoClassDefFoundError: mccCode/AppPur (wrong name: AppPur) I have setted the Classpath (y:\win95nt\java\jdk131\bin) before running the Jar file. But, It claims...
  2. fungling

    Urgent ---- "not a valid month" Error

    Hi thekobbler: Sorry for my typing mistake in my message. Before getting help in this forum, I tried following statement too and searched the java api, javaworld.com and check the java reference book. String test = "select pur_id, pur_date, confirmed, completed from purrec where pur_date...
  3. fungling

    Urgent ---- "not a valid month" Error

    Dear all, Following sql statement execute successfully in Oracle DBMS. However, "not a valid month" error occurs when I execute this statement in Java. What's wrong with this statement? Anything I should beware when using embedded sql in Java? String test = "select pur_id...
  4. fungling

    Monitor the status for every minutes.

    Hi all, My project needs to monitor and show the tables' status from Oracle DB, for every 1 minute in my application. I am no idea on it. Should I use Threading to moniter 25 tables status or just write pl/sql to do it? Could you give me some suggestion? Thanks for all your help. Joyce
  5. fungling

    Tracking value from frame to frameset

    Hi Targol, Yes, I tried it before, but the problem was still existed. Finally, I've solved it by using cookie and set the path like that "cookie.setPath("/")". Thanks Joyce
  6. fungling

    Tracking value from frame to frameset

    Hi all, When I use request.sendRedirect("process.jsp?temp_id="+number) to pass the temp_id from a Frame to Frameset (includes top.htm, left.htm and main.jsp). The value do appear in URL, but it never be captured in main.jsp in the frame set...
  7. fungling

    Passing 2 parameter via URL

    I am using request.sendRedirect in jsp page. I know <jsp:forward> can pass mutiple parameter to next page. Shouldn't I use <jsp:forward> instead of request.sendRedirect for the ease? Besides, I have another question. When I use request.sendRedirect(&quot;process.jsp?temp_id=&quot;+number) to...
  8. fungling

    Passing 2 parameter via URL

    Dear all, Can you tell me how to pass 2 parameter to web page? I spend hours to debug this script: response.sendRedirect(&quot;checking.jsp?errortype=&quot;+errortype+&&quot;rNo=&quot;+sid); should I use & to connect the 2 parameters as error occurs while using &. Thanks for your help! Joyce
  9. fungling

    Urgent! Drawing graphic in Java

    JavalinMan, 4 statuses are mutually exclusive and only one status per each table is allowed at a time. The system should show 25 tables status at the same time. Many thanks Joyce
  10. fungling

    Urgent! Drawing graphic in Java

    Hi all, I am doing a Catering project which requires to view the table status (4 colors represent 4 status) in graphical form. User can click the graphic and see the billing or order detail. I don't have any idea on it. Should I use 2D Graphic and Threading in this project. Please give me some...

Part and Inventory Search

Back
Top