| Thread | Last Post | Replies |
|
| Apache FileUpload - java.lang.NoClassDefFoundError: org/apache/commons/io/FileCleaner | 16 Mar 2006 10:20 GMT | 2 |
I am trying to use Apache FileUpload to read a file and store it in a Oracle Database. I have made a JSP page (page1) witch has a form for submitting the file to another JSP page (page2) for processing it.
|
| using parameterized ArrayList | 16 Mar 2006 09:55 GMT | 3 |
I am trying to read write <Event> objects to an ArrayList ... but when I try to convert the arraylist back to the object arrayit gives me a ClassCastException for the line return (Event[]) a.toArray();
|
| Howto tell eclipse to use local html documentation? | 16 Mar 2006 09:39 GMT | 5 |
first of all :I am new to java and eclipse. I unzipped the jdk-1_5_0-doc.zip in the c:\program Files\java folder. (So I have c:\program Files\java\doc\... ) Now when I want to get context sensitive help in eclipse
|
| What is ClassCastException | 16 Mar 2006 08:59 GMT | 2 |
When I run the java code using swings i got java.lang.ClassCastException? Why ?
|
| Seven Java Screensavers | 16 Mar 2006 04:34 GMT | 13 |
Unix (but not Mac): http://www.murphywong.net/MWSavers-unix.zip Windows: http://www.murphywong.net/MWSavers-win32.zip
|
| POP3Message and MimeMessage are not Serializable, looking for a workaround | 15 Mar 2006 22:42 GMT | 1 |
I'm working with the JavaMail API. I'd like to send some messages through a socket. However, it turns out that com.sun.mail.pop3.POP3Message and javax.mail.internet.MimeMessage are not Serializable.
|
| export images from jsp to excel | 15 Mar 2006 22:33 GMT | 1 |
I have a JSP file that allows user to view output in Excel with a push of a button. My problem is that the images are not displayed in Excel. Please help! Thank you.
|
| call SwingUtilities.invokeLater(Runnable) in constructor | 15 Mar 2006 22:22 GMT | 10 |
I understand the need to create Swing components in the EDT (I don't like it but that's another story). Is it OK to create the necessary Runnable object and make the call to SwingUtilities.invokeLater() method from within the constructor of the descendent of the javax.swing ...
|
| running queries in loop | 15 Mar 2006 22:15 GMT | 1 |
Hello gurus, I am trying to get insert query name and insert xml doc in tokens from the properties file and run the jdbc queries in sequence. I am trying to do using Tokenizer class, Can you pls suggest if this is the right
|
| different behavior on different machines, same JRE/IE | 15 Mar 2006 21:51 GMT | 5 |
I have two machines running windows 2000, IE 6, and JRE 1.4.2_11. One loads and displays my applet just fine. The other one has problems refreshing or redrawing. For example, when I open a dialog on the applet the controls on the dialog won't draw until I resize the dialog
|
| How to launch reports (done with Crystal Reports) from a Java application? | 15 Mar 2006 21:40 GMT | 2 |
The idea is: to have some buttons in the Java application, and each will invoke a report when pressed. The reports are implemented in Crystal Reports, so they are .rpt files. When a button is pressed, the corresponding report should be launched in order for the user to view
|
| creation of oracle cartridge | 15 Mar 2006 21:32 GMT | 2 |
i would like create one oracle cartridge for chemical database . can any one tell how to amke tht application as a standalone and how can we allow any programming language to access this application. actually i have oracle and also cartidge like module . but how to do
|
| UDP broadcast does not work to loopback device without network connection? | 15 Mar 2006 21:20 GMT | 3 |
While developing some Java tools that use UDP broadcasting, I found that my laptop will not broadcast packets back to the loopback device *IF* I do not have a network connection (IP address assigned to one of my interfaces) even if i turn on broadcasting and share ports. Does
|
| Complex structure in JSTL | 15 Mar 2006 20:44 GMT | 2 |
I have a difficult question about JSTL. I have following strutures in my WebApp but I don't know how to reterieve data from it using JSTL. So first, I have a container class for data. Code snippet is below.
|
| JDBC Error? | 15 Mar 2006 20:40 GMT | 4 |
Can someone help me please to encode this message? ************************************************* # An unexpected error has been detected by HotSpot Virtual Machine: #
|