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...
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...
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...
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
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
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...
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("process.jsp?temp_id="+number) to...
Dear all,
Can you tell me how to pass 2 parameter to web page?
I spend hours to debug this script:
response.sendRedirect("checking.jsp?errortype="+errortype+&"rNo="+sid);
should I use & to connect the 2 parameters as error occurs while using &.
Thanks for your help!
Joyce
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.