| Thread | Last Post | Replies |
|
| environment variable for new version of j2ee | 05 Jan 2006 10:55 GMT | 1 |
Dear Sir, I have installed the current version of j2ee whose setup is provided on your site. I installed it and tried to start the server. But server didn't got started but it is giving a problem. I am attaching the
|
| Java Thread dump | 05 Jan 2006 09:58 GMT | 2 |
I was doing XSL transformation usig xalan. but after around i hour of processing I got the following thread dump (its not full). I was curious about what caused this. There was no exception in the full dump file. can somebody point out the
|
| HELP! | 05 Jan 2006 08:48 GMT | 2 |
please can anyone tell me what is wrong with my assignVolunteer method, iv been trying all day to get it to work but it wont. its a uni assignment that has to be in next week so im panicking a bit. // from helpSystem class
|
| flat apps - strange problem | 05 Jan 2006 08:31 GMT | 2 |
Firstly I'm sorry of my english lang ;). So I've strange problem, same computer, same win XP (with latest updates), but another accounts(profiles). In one profile everything is ok, but in other all java apps are flat.
|
| The API docs, where is it again? | 05 Jan 2006 05:29 GMT | 9 |
I have on my computer a set of Java documentation that I must have downloaded a long time ago. I always use it to look up stuff, but now I've fallen into one of those holes where my documentation is old (1.4.2) and my Java is new (1.5.0) and the documentation doesn't match
|
| Database not updated | 05 Jan 2006 04:53 GMT | 10 |
i am trying to update a database "Results.mdb" but i am not getting the data base updated. Can any one please tell me whats the error in my program import java.sql.Connection;
|
| JTable not updated | 05 Jan 2006 01:26 GMT | 6 |
i have defined a JTable subclasses of DefaultTableModel. i am updating the rows of the JTable by using addRow() method of DefaultTableModel. But the rows and its values are not updated in the table. the following two Q&As says that DefaultTableModel will
|
| different docbase in tomcat | 05 Jan 2006 00:57 GMT | 1 |
I have a question considering Tomcat 5.0 (hope this group is the right one). I want to change the server.xml the following way: - set the docBase of the context path to a folder with my XSP (cocoon2)
|
| display the users home page as www.XXX.com/userAccount | 04 Jan 2006 21:10 GMT | 2 |
Techies I am using struts+ hibernate for my web application. My project is like online web development. I have provided functionality for site development .
|
| problem adding to array list | 04 Jan 2006 21:08 GMT | 3 |
i am trying to write a method that will add a string to an array list but will check to see if the string is already in the list first but it wont seem to work. public void addVolunteer(String name, int telephone)
|
| Alternative for deprecated method JFrame.show() | 04 Jan 2006 21:01 GMT | 5 |
I'm messing around with Java Swing. I'm also messing around with Eclipse instead of a plain text editor such as TextPad. When I create the following two classes in Eclipse, I get a persistent warning that
|
| array list. | 04 Jan 2006 18:32 GMT | 1 |
In the following code I am trying to assign a volunteer stored in 1 array list to a person sored in another array list. I need the method to check if the volunteer is already assigned to a person and if so not allow them to be assigned to another person and also to check if the ...
|
| unreachable statement?? | 04 Jan 2006 16:56 GMT | 5 |
Hi, the following is the snippet from my code. My question is that if i change the position of the return statement ("return SS") with the "System.out.printf("S ==%d\n", SS)", then i get the error message of "unreachable statement". Could anyone explaina what this is??
|
| Close JPanel | 04 Jan 2006 16:52 GMT | 3 |
I have a JFrame and on it I have JTabbedPane. Each tab on JTabbedPane consits of JPanel with a button on the JPanel. Now when i click the button, i want the JPanel to close. can you guys suggest me how to close the JPanel on the JTabbedPane by clicking the button.
|
| how to free memory | 04 Jan 2006 14:59 GMT | 3 |
we have a java application game starts through applet, which initiates sevral threads. Our poblem is when user close game window but applet loader browser window opened the game is not actualy closed but the threades are still running which causes problems. As
|