| Thread | Last Post | Replies |
|
| new to everything | 01 Mar 2007 17:49 GMT | 7 |
i am completely new to both java & j2me but want to build a mobile application on j2 me so need help my requirements are: a hand writing recognition software builded on nokia 7710 by myself
|
| 2 Newbee questions | 01 Mar 2007 17:12 GMT | 3 |
1. When I have an Class FooBar implementing the interfaces Foo and Bar if some other class has the two methods 1. void doSomething(Foo foo) {} 2. void doSomething(Bar bar) {}
|
| Parameters in Java task | 01 Mar 2007 16:44 GMT | 1 |
The java class that I wan't to run (with java task) requires a commandline parameter : a single String character. I know that in the build.xml I can specify attributes...but It's not possible to let the user choose...
|
| UnsatisfiedLinkError spuriously thrown | 01 Mar 2007 16:21 GMT | 5 |
I am working on an Axis project. This project is using Axis2 under Tomcat5, Java is 1.5. I built a web service and all went fine. Then I added some error handling and some additional utility functions...nothing complex.
|
| JSP Properties File Load In / Websphere | 01 Mar 2007 15:15 GMT | 8 |
A while back you guys helped me load in a properties file using jsp code which went like this: properties = new Properties(); URL myURL=application.getResource("test.properties");
|
| Using optional generics | 01 Mar 2007 13:22 GMT | 2 |
I am intrested in creating a generic class which leaves the use of generics optional. I want to use the generics when I want and leave it out when I want, just like java.util.Map
|
| Using swing timers from actionListeners | 01 Mar 2007 09:29 GMT | 3 |
Hello. I have the following class: import javax.swing.*; import java.awt.event.*; class Die extends JLabel implements ActionListener
|
| Where are the resources used by NumberFormat? | 01 Mar 2007 07:36 GMT | 4 |
I need to format percentages for 23 different locales, and unfortunately my client doesn't use Java. If I recall correctly, in Java I'd use NumberFormat.getPercentInstance(locale) [or something like that], and the JRE would get the appropriate percent formatting info from a ...
|
| EMPTY_SET.iterator() and generics | 01 Mar 2007 06:18 GMT | 12 |
In the old days, before generics, I wrote private SortedSet onhand; Iterator getInventoryIterator() { return (onhand == null ? Collections.EMPTY_SET ? onhand)
|
| Does JavaMail "connect" require a password? | 01 Mar 2007 03:47 GMT | 2 |
According to http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html, a method used for JavaMail requires a password: tr.connect(smtphost, username, password);
|
| Runtime exec/Java Main classloading console hijacking help | 01 Mar 2007 01:36 GMT | 1 |
Ok here's my problem: I have a java program, that I don't have class to. This java program, once started, sets up a command line for itself; Once the command line is there, I have to give it a command to fully
|
| is tomcat 6 stable? | 01 Mar 2007 00:09 GMT | 1 |
|