| Thread | Last Post | Replies |
|
| Packaging Java App For Windows without Windows | 02 Apr 2005 01:05 GMT | 2 |
I'm developing a Java application on a Mac. I don't have access to a Windows computer. Is it possible to package the Java application to be easily runnable on Windows without needing an installer?
|
| How to obtain class and method name (again) | 02 Apr 2005 00:09 GMT | 12 |
I have seen this question asked many times, but I have yet to see an answer. Is it possible to get the class and or method name in a java app? thank you for your help
|
| Struts - order of setting properties | 01 Apr 2005 22:52 GMT | 3 |
With regard to struts; anyone know in what determines the order for getters and setters being executed on a form? I'm looking at a problem on a existing form where adding a field upsets the order by which values are being set (in this case some
|
| help jsp chat | 01 Apr 2005 21:02 GMT | 2 |
hello please tell me how to implement a simple chat between many clients ....... please tell me simple way
|
| Noobie need help | 01 Apr 2005 20:07 GMT | 1 |
If anybody can help me with this code. TIA +++++++ Errors +++++++++++++ CheckoutServlet.java:107: exception java.sql.SQLException is never thrown in bod
|
| Connection resets after a minute,. | 01 Apr 2005 19:49 GMT | 1 |
What I am doing is after my class below connects to the server. I disconnect the network cable from the computer. If I reconnect the network cable after about a minute or so all is well and the client works correctly. However if I remove the network cable but this time send some ...
|
| Unknown crash in java.util.zip.ZipFile. | 01 Apr 2005 18:47 GMT | 2 |
Hey all, I got this strange error when I try and save some files. Everything works fine for the smaller files...even up to 20 MB files. But when I try and save what I think would be a much large file, the JVM crashes.
|
| get "all" HTML form parameters in servlet | 01 Apr 2005 17:33 GMT | 5 |
I have an HTML form which on submission I need to insert into the database. I am using a servlet and using the get parameter names and values. However, if none of the options of a checkbox are selected then I do not even get the parameter name. I definitely need to know the
|
| Submit a form with Javascript | 01 Apr 2005 17:06 GMT | 1 |
I have this problem : when I submit a Form with the usual <html:form name="myForm" action="/myAction" type="org.apache.struts.validator.DynaValidatorActionForm"> ......
|
| hash functions | 01 Apr 2005 16:09 GMT | 4 |
I have a very simple Position data type containing two nonnegative ints, x and y. Obviously position1.equals(position2) iff they have identical x and y coordinates. I am using them as keys to a hashmap; does anyone have any suggestions as to the most efficient hash function for ...
|
| help jsp delete checked file | 01 Apr 2005 15:35 GMT | 1 |
A user checks a checkbox against a file and submits to delete that file. now how to get that file and delete in JSP ? help plz..
|
| Are Unix Domain sockets supported? | 01 Apr 2005 15:11 GMT | 6 |
I thought I read somewhere that version 1.5 was adding support for Unix domain sockets. Has support been added as yet? Joseph
|
| java application install on windows | 01 Apr 2005 15:09 GMT | 1 |
I wrote a java application and hen I distribute it to users, I put the jre which includes all the necessary library and exes. Now I wrote some other applications, when I distributes them, I did the same. The question is, if a user uses more than one of my applications, he will
|
| Windows/classpath question | 01 Apr 2005 15:09 GMT | 4 |
I have a question about classpath in Windows XP Professional. When I check my environment variables, I have both 'user' (Rhino) and 'system' environment variables. I have a classpath environment variables in both categories, 'user' and 'system', and they have markedly different
|
| multiple inheritence | 01 Apr 2005 13:58 GMT | 3 |
hi am quite naive in java...would someone plz advise me on how to implement multiple inheritence. i just want to access one variable defined in another class.i know i have to do this through an interface but can someone tell me exactly how this is done
|