| Thread | Last Post | Replies |
|
| Loading order for jar files | 11 Dec 2006 21:02 GMT | 6 |
I have a query regarding the loading order of jar files in Tomcat. I have 2 jar files and a class 'Test' is present in both of them. 1 jar file has a newer version of the class file with extra methods. Tomcat classloader takes only *.jar.(I tried specifying the exact name of the
|
| Apache Tomcat NoClassDefFoundError | 11 Dec 2006 20:52 GMT | 3 |
Hey all -- I'm getting an error from Tomcat, saying it can't find a class. The class is defined in a .jar file located in WEB-INF/classes (we've also tried WEB-INF/classes/dotted.package.name). Tomcat doesn't complain
|
| JFrame *sometimes* updating text on JLabel | 11 Dec 2006 18:48 GMT | 2 |
I am building an application that has the same functionality as Gmail Notifier using Java Swing components. The application starts by showing a login jframe where the user enters username, password, etc. and then hits a "connect" button. Then I want to pop up a message box
|
| importing package | 11 Dec 2006 16:34 GMT | 2 |
hai in our program we include java.awt.* package to use the components. if we import this package,all the properties can used to our program.then why we import the java.awt.event.*?(when we use the java.awt package the
|
| GUI question | 11 Dec 2006 16:11 GMT | 5 |
I have just started writing a simple gui application . I add to the frame and ImageIcon(an image as the background) .then i added a textArea . the textArea dissapears . Why ? here is the code ...
|
| Cannot send an MP3 file as email attachment... | 11 Dec 2006 15:55 GMT | 3 |
I want to send an email with an MP3 file as attachment. If I do not set content type, the file received will not be in the correct format. But when I set content type to audio/mp3, I will receive unsupporteddatatype exception. How can I send an mp3 file as an
|
| character output | 11 Dec 2006 15:40 GMT | 3 |
I've a text file encoded in CP1252 that contain character like à è ì ò I read the file in Java but when I output the character seems corrupted?
|
| Why this overloading example works this way? | 11 Dec 2006 15:02 GMT | 21 |
I wanted to know why the following example works the way it works: class A {} class B extends A {} public class OverloadingTest {
|
| Laying out a form in java | 11 Dec 2006 14:51 GMT | 10 |
I'm trying to generate an application that can run as an applet or standalone. My 'requirements' are a form (done in MSWord) given to me. My question is this: Is there a community standard approach to doing this sort of thing? Currently I'm trying to use GridBagLayout and
|
| Need good simple/example of java client consuming axis web service.. | 11 Dec 2006 14:36 GMT | 2 |
1) Can anyone point me to a good example of a java client consuming an axis web service? AND I don't mean just spitting out the xml... BUT rather parsing the returning xml and mapping the values to a java object....
|
| ManyToMany with Additional Fields (EJB Persistence API question) | 11 Dec 2006 13:43 GMT | 1 |
In my database, I've two entities which have many-to-many relationships, that were connected by a third table, like the following: TABLE groups
|
| SQL ERROR while executing the code java.sql.SQLException: ORA-01008: not all variables bound | 11 Dec 2006 13:41 GMT | 2 |
i'm getting the above error plz tell me how to solve that error the code snippet is as bellow while(rst.next()){
|
| struts "client computer name" | 11 Dec 2006 12:22 GMT | 3 |
I want to know the name of the computer who asks Struts server (TOMCAT) with JSP Pages, Struts method. I tried REQUEST but I found nothing Thank you for your help
|
| J2ee and Linux | 11 Dec 2006 12:03 GMT | 1 |
I am trying to set up a j2ee development environment in Linux. I have installed the jdk and the j2ee. Next I added /opt/j2ee/lib/javaee.jar to my classpath. When I open Eclipse and create a servlet it complains that it can not find the javax.servlet classes. Did I forget something?
|
| A question about JNI programming | 11 Dec 2006 10:34 GMT | 3 |
/********************* JAVA implementation public class LogMesg { public String loggerName; public int length;
|