| Thread | Last Post | Replies |
|
| Making our way to the jars... | 01 Mar 2005 22:47 GMT | 2 |
D:\program files\Eclipse\workspace\FolderMonitor>java -cp D:\activation.jar;D:\m ail.jar;D:\log4j-1.2.8.jar -jar folder* Am I doing something wrong with the above command? The 3 jars are in D:\ (of course) but I get NoClassDefFoundError:
|
| Simple multiuser java database | 01 Mar 2005 22:06 GMT | 8 |
I have written a no frills console math app that I would like to run from multiple computers. I need help in replacing two methods that store and retrieve data. I am currently using an array for writing/reading strings but I need to replace the array with a
|
| jsp page values | 01 Mar 2005 21:23 GMT | 3 |
I have a struts web application. the JSP page in the application is retaining the values previously entered in the input fields whenever I run the page on the server. The fileds become blank only when I restrat the server. But I want this to happen each time I load the page.
|
| Anyone want a higher performance not-quite-so BigInteger | 01 Mar 2005 21:00 GMT | 6 |
As a result of doing a fibbonacci function example in C++, I wrote some code for big integer addition that is 31 bit packed (not having 64bit longs in the version of C++ I was using). The implementation of BigInteger on Sun's and Apple's JVMs is 32 bit packed and casts to long
|
| Number of days difference | 01 Mar 2005 19:58 GMT | 16 |
Hi All trying to figure out how to calculate the difference in days between two dates TIA CheGueVerra
|
| Using JMX with JDK 1.4.2 | 01 Mar 2005 19:30 GMT | 1 |
Can anyone help me get JMX working with JDK 1.4.2? I'm trying to follow the tutorial at http://java.sun.com/j2se/1.5.0/docs/guide/jmx/tutorial/intro.html. I've downloaded the Sun JMX Reference Implementation from
|
| DB Connection without jar in common/lib | 01 Mar 2005 18:59 GMT | 2 |
I'm having a discussion with a group of programmers who are convinced, unfortunately, that it is possible get a Connection with Tomcat with the DB driver jar placed in WEB-INF/lib . There motive is they only want to distribute the WAR. I'm not asking about another alternative,
|
| Error 500: ERROR: Cannot forward. Writer or Stream already obtained. | 01 Mar 2005 18:43 GMT | 1 |
i m unable to fugure out y I m getting this error it's a suggestion page and on submitting this page I have to reload the page but with status of the page (requires approval) in form of url
|
| difference between session cookie | 01 Mar 2005 18:41 GMT | 1 |
What is the difference between sesion and cookie? how can i call a servlet from jsp?
|
| Error 500: ERROR: Cannot forward. Writer or Stream already obtained. Error | 01 Mar 2005 18:30 GMT | 1 |
hi i m unable to fugure out y I m getting this error it's a suggestion page and on submitting this page I have to reload the page but with status of the page (requires approval) in form of
|
| Java Servlet & Javascript | 01 Mar 2005 18:15 GMT | 5 |
I am writing to ask if anybody knows, is it possible to get the value from a JavaScript variable and use this value in a Java Servlet? I have read up on this but all i have found is getting the JavaScript value through a form submit.
|
| Find the client browser ip-adress | 01 Mar 2005 18:13 GMT | 5 |
Is it possible to get a client browser ip-adress when it access my webpage? I use JSP files. If the client is behind a network from a company can I get the ipadress gateway where the client is behind or is it i only possible to get the
|
| Object serialization | 01 Mar 2005 17:17 GMT | 8 |
I need to serialize an object so I can store it in a database. What's involved and how difficult is it to do? Fankx for any help, Gerard.
|
| experience definition in interview | 01 Mar 2005 12:50 GMT | 2 |
In work experience, I have been working in Java programming for 1 year now. But I have been programming Java for the projects at college for 2 years. The interviewers always ask me how much experience in Java. Should I say 1 year or 3 years?
|
| parsing HTML | 01 Mar 2005 11:41 GMT | 4 |
I'm working on a mini HTML parser. Basically, what I need to do is to take a HTML file and parse thru it. I want to pick out all of the text that is between table data tags <td> and </td> and all of the text between list item tags <li> and </li>.
|