| Thread | Last Post | Replies |
|
| Compiling Java. | 13 May 2005 16:06 GMT | 1 |
All, I need to be able to take a load of jar files and compile them down to a windows native exe. Also it has to be independent of JVM (i.e. there isn't one).
|
| Simulate post method in a servlet | 13 May 2005 15:49 GMT | 3 |
I have a JSP with a form. The action of the form is a servlet. in my method doPost of my servlet, i want to redirect the client to a file .fcc with the post data of my JSP. How can i do that? (i tried with httpurlconnection, i have the good post data but but my client is not
|
| [Help] Java Development Question | 13 May 2005 15:41 GMT | 2 |
I am not sure if this is the right forum to post this, so I am sorry if it isn't. I am knew to java software development using the Sun Java plugins. My company has released a beta version of some software that is targeted for
|
| Can a client recapture a session in Tomcat 4.1? | 13 May 2005 14:50 GMT | 1 |
Can a client recapture his Tomcat session after he has accidentally closed the browser, provided that the session object still exists on the server? Would this be a browser-specific thing? After all,
|
| [BCEL] If then else construct - again | 13 May 2005 14:13 GMT | 4 |
Quote: I have some piece of code which I want to convert to Java using the BCEL. Methodcalls etc work fine but now I am stuck with the "if then else" structure.
|
| Correct definition of method signature | 13 May 2005 13:27 GMT | 1 |
JLS 12.3.3 NoSuchMethodError: A symbolic reference has been encountered that refers to a specific method of a specific class or interface, but the class or interface does not contain a method of that signature.
|
| $100 reward for socket disconnection help | 13 May 2005 13:16 GMT | 10 |
I'm developing an application that uses java sockets for client-server communication. Every now and then, open socket connections between the client and server are lost. This is a client side problem, which may be related to using a Linksys router. When my client notices that it's ...
|
| JarFile to Javadoc | 13 May 2005 12:30 GMT | 1 |
Here is a quickie!!! I have a jar file with the necessary class files in it. What is the most efficient tool make a javadoc out of it. I understand that all the javadoc comments are being lost when we compile .java -> .class but i just want the method lists in a presentable html
|
| Date formatting problem | 13 May 2005 11:28 GMT | 3 |
My task is to retrieve 2 dates from a table; manipulate them based on some rules and then use them in a SELECT statement to get data from another table. That SELECT statement is "SELECT sum(hours) FROM time_sheet WHERE date_worked between :startDate and :endDate".
|
| Applets and reading files... | 13 May 2005 11:22 GMT | 2 |
Does anybody have any idea what it might take to allow an applet to read a local file? This is for a simple demo which would not involve anything other than a laptop computer which was not connected to anything other than electricity.
|
| Architecting questions.. | 13 May 2005 09:48 GMT | 6 |
I have been tasked to create a WEB server that will operate on an intranet during work hours and then work for about one hour on remote HTTPS connections swapping business data using encrypted serialized objects. This business model will not change over time. Only the ...
|
| Variables in XSLT | 13 May 2005 09:42 GMT | 1 |
I am new to XSLT, trying to significantly modify somebody else's XSL. That is not 2.0. I need to create min & max variable(s) to be used in many templates and sub-templates
|
| Serialisation problem on customised object | 13 May 2005 09:32 GMT | 1 |
I am trying to send various data via an ObjectOutputStream. Its working fine for any ints or Strings, but when I try to write a customised object, it appears to be not written at all - as when reading things back in at the other side (via ObjectInputStream), an EOFException
|
| JavaMail - Exclusive access to Pop3 | 13 May 2005 07:04 GMT | 1 |
I am using javamail to fetch messages from a pop3 server. I open my session in read-write mode as I delete the messages when I close the session. Is it possible to make sure that when I am fetching a message from the
|
| JDBC Conectivity | 13 May 2005 03:39 GMT | 2 |
I have installed Oracle 9i, then create a database, fine, I wrote a java programe to connect databade. it also working... here is the programe =============================================================import java.sql.*;
|