| Thread | Last Post | Replies |
|
| select rows | 08 Apr 2005 14:59 GMT | 1 |
How can I realize that in a JTable that only one row is selected at one time? - because now when I select one row and leave the key pressed and pull the cursor downwards more rows are selected. thx
|
| Java mail problem | 08 Apr 2005 13:11 GMT | 6 |
The following gives off no error's but doesnt send the mail any idea's? public void mailPass(){ try{ Properties props = new Properties();
|
| smallest possible bluetooh range | 08 Apr 2005 13:10 GMT | 2 |
sergej.panic....@gmail.com Apr 1, 5:18 am show options Newsgroups: alt.cellular.bluetooth From: sergej.panic....@gmail.com - Find messages by this author Date: 1 Apr 2005 05:18:20 -0800
|
| JDBC / ODBC problem | 08 Apr 2005 12:13 GMT | 3 |
I posted a message about a problem in UNION query. http://groups-beta.google.com/group/comp.lang.java.programmer/browse_frm/thread/ f76e504d58ad7d47/310c36512df95818?q=sql+union+in+java&rnum=1#310c36512df95818 I have some more information: The issue is as follows:
|
| programming chat: get the messages back | 08 Apr 2005 10:41 GMT | 2 |
I try to program a chat, and I can send the message to the server. But, unfortunately, my server can't send back the message it received. Althought I put the necessary code, I think: try{
|
| Receiving data from a C++ server via DataInputStream (TCP) | 08 Apr 2005 10:06 GMT | 18 |
OK. Platforms are the same. Hosts are the same (localhost for testing). Server is written in C++, client in Java. I have come to the end of my tether trying to 'decode' the header of
|
| socket and bufferedreader close() | 08 Apr 2005 10:02 GMT | 5 |
i have a socket = ... br = new BufferedReader(... when i close, should i close both br and socket? if so, in which order?
|
| How to start java Web Development | 08 Apr 2005 08:51 GMT | 2 |
I am a realative newbie to Java, but I do know enough of Java to make a program out of it, so I can consider myself a Java Programmer. However, I am starting to understand that alot of really useful applications can be developed using the web only. I want to start into this market, ...
|
| Read in Tomcat from server.xml | 08 Apr 2005 08:24 GMT | 4 |
Is there a way to read items from the server.xml in Tomcat. I want to use server.xml to distinguish my development environment from my production server. Karel
|
| Recommendations On Starting a Java Program Remotely | 08 Apr 2005 08:14 GMT | 2 |
I'm looking for a relatively elegant way of starting up a java program remotely and sending it to the background. I tried using plink but it was hanging on stdin I think. Obviously I could just log into the machine, use nohup but I need to do this programmatically from java.
|
| Weird Process problem | 08 Apr 2005 04:53 GMT | 2 |
Hi all, I am using the following snippet of code in a program of mine: final String[] saCommandArray = {
|
| File read&write with Java.. | 08 Apr 2005 04:49 GMT | 1 |
-!Hei!- how do i do open and read & write an array of integers to disk with Java Applet Runnable.. ...
|
| 'Double Execution' of Struts Actions | 08 Apr 2005 04:05 GMT | 3 |
I'm new to Struts and although my application is working, I'm having trouble figuring out some strange behavior. I've been converting straight JSP/Servlets to JSP/ActionForm/Actions. It seems that whenever I convert a Servlet to an Action the JSP and it's associated Action are ...
|
| no screen | 07 Apr 2005 23:45 GMT | 2 |
Hey I have an application that has no GUI but just output's through a screen (like a command promt screen) but now that I created a jar, the screen no,longer appear's any idea why?
|
| trouble with Hibernate and Ant (probably just Ant) | 07 Apr 2005 22:27 GMT | 2 |
I'm planning on using Hibernate for persistence in an application I'm writing, but am having some trouble initially building Hibernate. I've unzipped it into a directory, run the build batch file (I'm doing this on Windows 2000), and I get the following errors:
|