| Thread | Last Post | Replies |
|
| todays method | 12 May 2007 18:34 GMT | 1 |
... i am looking for a button with a selectable field that can be changed if you select another value. not a dropdown menu but a button with up and down controls but arrow up, arrow down, which when pressed change the value in the field. when you press the
|
| How to find a jar in dir tree which contains a special class/package aaa.bbb.ccc | 12 May 2007 18:29 GMT | 5 |
Assume I have a class aaa.bbb.ccc.SomeClass or whole import package aaa.bbb.ccc
|
| Trouble with generics | 12 May 2007 14:56 GMT | 4 |
Help. What am I doing wrong. I'm new to generics and I don't understand why do I get next compiler warning and what should I change in the code to fix it. The simplified code is below.
|
| help!!! i have a problem with the jsp | 12 May 2007 00:33 GMT | 1 |
i wrote a little guessing game in jsp using bean but there seem to be some problems co's even though the game run perfectly from the netbeans when i try to run it directly from the iexplorer only the html runs
|
| i'm still here ... | 11 May 2007 19:57 GMT | 1 |
... you can see where i'm going. the alarm will just blink. if anyone wants to help, don't write code for me. explain. k /**
|
| Object Param "classid" hangs IE7 | 11 May 2007 19:57 GMT | 3 |
These HTML samples have been simplified to demonstrate an issue. I ventured down this road due to a Java applet that was hanging IE7. Other browsers and earlier versions of IE are not hung by the top HTML example. The "propertyFile" parameter remains to prevent the example ...
|
| java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet | 11 May 2007 18:49 GMT | 1 |
So I think that I've finally got tomcat running and configured properly, and when to browse directly to my serlvet (after putting some test code in the doGet), I get this error: ---
|
| JavaMail question.. | 11 May 2007 17:31 GMT | 2 |
I'm trying to send email to two addresses... thus have: message.setRecipient(Message.RecipientType.TO, to); message.addRecipient(Message.RecipientType.TO, toW); I get an error unless I remove 2nd line...
|
| Itchy problem | 10 May 2007 23:18 GMT | 8 |
import java.io.*; class DataIO { public static void main(String args[]) { FileOutputStream f;
|
| BlueJ Java Packages | 10 May 2007 17:08 GMT | 3 |
Greeting group, I'm having trouble locating info on using multiple packages in BlueJ Java. I have one package including 5 classes, one of which is a driver class. The instructor wants reusable classes, so.......I thought I'd
|
| Persistency problem | 10 May 2007 11:00 GMT | 1 |
I have a problem that I believe is quite common, but I've been unable to find satisfactory solutions. Problem is model persistence: I have a fairly complex model that my application edits using the normal MVC pattern.
|
| Array of nested/inner classes. | 09 May 2007 22:04 GMT | 2 |
I have tried to search, but can't find anything relevant. I have an inner subclass containing array of it's own inner subclasses, however, I can't initialize it as I can't figure out the syntax. Any help would be really appreciated.
|
| class Calendar question.. | 09 May 2007 19:35 GMT | 4 |
on this line, sendDate.set(Calendar.MONTH, Calendar.MAY); if the month is coming from request, i.e., sMonth = getParameter("month").toUpperCase();
|
| Problem setting classpath | 09 May 2007 16:39 GMT | 1 |
I use MySQL connecter for MySQL batabase on GNU/Linux. I give the option -classpath <path to .jar file of the driver> . But the class file on execution gives the error class not found. Please Help.
|
| inner class... (my favorite.....;) | 09 May 2007 15:24 GMT | 2 |
pls what does this error mean? Cannot refer to a non-final variable message inside an inner class defined in a different method code in question has to be this, since it's only inner class I have in
|