| Thread | Last Post | Replies |
|
| SSH Client for Cisco Components - written in Java | 19 May 2005 16:00 GMT | 10 |
I'm looking for a SSH-Client (free + written in Java) to access Cisco Components. I have already tried a lot of different implementations but no one works well with Cisco IOS. Has anyone a idee?
|
| tomcat: how do i disable caching? | 19 May 2005 15:34 GMT | 2 |
i want to display an image output.png that i have dynamically created with gnuplot on my jsp file. the image is displayed as broken frequently and i suspece there is a problem with caching. how do i disable caching on tomcat?
|
| Problem with forward : IllegalStateException | 19 May 2005 15:07 GMT | 1 |
I have a metod: private void go_to(String adress, HttpServletRequest request,HttpServletResponse response) throws ServletException, IOException{ RequestDispatcher dispatcher =
|
| servlet enquiry | 19 May 2005 15:02 GMT | 4 |
I hope my posting here is appropriate. I have generated a class file which is not under /usr/java How can i tell the tomcat servlet to locate this class file? the server is accessed through HTML FORM POST action. and it just says the file cannot be
|
| java.lang.NoClassDefFoundError | 19 May 2005 14:05 GMT | 6 |
SUBJECT: java.lang.NoClassDefFoundError I am using Tomcat 4.1.31 on SuSE Linux 8.1 and Java 1.4 I have my application as following: /local/tomcat/webapps/hari
|
| formating of text file | 19 May 2005 12:23 GMT | 2 |
can anyone suggest how can we efficiently achieve formating of data from a java program into a .txt file.
|
| ispell integration | 19 May 2005 10:56 GMT | 2 |
I wish to integrate spellchecking into my little prog. My question is: - is there an open source java project that provides spellchecking using ispell? (So I could look into their code how they did it...)
|
| UML | 19 May 2005 10:43 GMT | 4 |
is this the right place to ask for a recommendation for a free UML thingy? tnx, phil...
|
| String.intern() still "considered harmful"? | 19 May 2005 10:15 GMT | 3 |
I've seen several remarks floating around the web that on some JVMs, the use of String.intern() will lead to the interned Strings being unreachable for garbage collection, ie the memory used by them is held until the VM is restarted. However, I have not found such an assertion
|
| servlet, mime-type, edi, xml ... | 19 May 2005 08:45 GMT | 5 |
I'm currently serving XML or EDI files through a servlet. I'd like to have a download function, I mean whan the user clicks on a button it opens the "save as" window. Unfortunately, XML is automatically recognized by IE and it displays it
|
| Finding the max number in a list | 19 May 2005 08:40 GMT | 45 |
I have an array of integers. I would like to retrieve the maximum integer from that array. I could write a method that compares a pair of integers at a time using Maths.max(int,int) method, but seems to long for my arraylist.
|
| Advantages of Swing / J2EE App vs. Terminal Based App | 19 May 2005 08:19 GMT | 2 |
I am in the process of developing an application in Swing / J2EE as an alternative to an application that is terminal based (like Edit in MS-DOS etc). I am aware of the benefits intuitively, but would be interested to see
|
| reference to external jars when running jar file? | 19 May 2005 08:13 GMT | 13 |
I'm currently working under Eclipse and I've created a jar file, test.jar. This jar file needs an extenal jar, let's say c:\ext.jar, to be able to run. (It runs ok in Eclipse).
|
| Question about FileWriter, Help! | 19 May 2005 07:40 GMT | 2 |
I wrote a small java code like below but there is an error like "can not use java.lang.Object toString() in (double) out.write(toString(c));" when I run javac to compile it. Any suggestion about how to fix it?
|
| Tiles | 19 May 2005 05:19 GMT | 1 |
I`ve got this problem using Tiles. this are my sources Layout.jsp <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
|