| Thread | Last Post | Replies |
|
| Generic Inheritance Question | 17 Sep 2005 04:11 GMT | 3 |
Is the following inheritance from Base to Sub and Sub1 legal? class Base<T> { T MyObj; Base(T o) {
|
| More info about this strange compile error | 17 Sep 2005 02:03 GMT | 2 |
I get compile error when compiling using the command javac from the command terminal window(CMD). I have just two classes which are called HelloWorld.java and Slask.java. I have both classes in the directory called temp and I do cd temp to this
|
| cyrus-imapd and java | 16 Sep 2005 22:03 GMT | 1 |
Is there a way to make java create cyrus-imapd accounts. Thanks
|
| Printing (again) | 16 Sep 2005 21:37 GMT | 8 |
This is my first posting here. I am trying to print 4 1/8 X 3/4" labels on an Okidata dot matrix printer. Yes, I know that "nobody does this any more". Jobs are hard to get.
|
| needing a good profiler | 16 Sep 2005 21:36 GMT | 4 |
Hey all, I'm needing a profiler to time my methods and see where processing is spending the most time. So I'm looking for suggestions on a good profiler. I do use eclipse, but found so many, I didn't know which ones
|
| getKey in org.apache.xml.security.keys. | 16 Sep 2005 21:05 GMT | 1 |
We are using getKey to get the certificate key stored in a keystore. This method call is returning null. The key is in the store listed with keytool -list option. Any idea what could be wrong for the getKey to fail?
|
| static array definition | 16 Sep 2005 17:54 GMT | 6 |
The following sentence is illegal in JAVA: final static String[] cols=Global.test?{"1","2","3"}:"1","2","3","4"}; However, I find the following one is legal: final static String title=Global.test?"1":"2";
|
| Translating Java apps into machine code | 16 Sep 2005 17:01 GMT | 5 |
This may be a quick question but maybe not. If I compile my java program into machine code (for Windows as an example) and distribute that do I still need a JVM installed? Also, would that rule out any possibility of updating parts of my
|
| Load Balancing an https Java Web Application in Tomcat | 16 Sep 2005 16:12 GMT | 6 |
We have implemented an HTTPS application on Tomcat, and we run multiple Application Servers for load-balancing. Without getting into all the details of what and WHY....we have a hardware SSL decoder in front of our load balancer.
|
| SCWCD | 16 Sep 2005 16:10 GMT | 3 |
I am new to this forum.i got through the SCJP with 86 %. i need some resources for SCWCD exam. i deside to not to go to any other class (coz they are really expensive in poor 3rd world developing country )& do it by my self. Is it possible to do a such a exam alone ? Are there
|
| Custom URLStreamHandler for "file" protocol | 16 Sep 2005 16:08 GMT | 3 |
I have an application (part of it is an RMI server) deployed on JBOSS 3.2.5 as a JMX service. I need my application to use my custom URLStreamHandler for "file" protocol. I have tried two things - * invoke URL.setURLStreamHandlerFactory( ... ) with my custom factory.
|
| JSTL & Source Code | 16 Sep 2005 15:46 GMT | 3 |
JavaScript and CSS programmers have for years, been looking for the "holy grail", i.e., the ability to hide source code. Take at look at www.dice.com, do a job search then view source..... nothing there except JSTL noatation per below:
|
| ProcessBuilder : notification to java from the external executable | 16 Sep 2005 15:41 GMT | 4 |
I have a class that is supposed to call an executable fortran file that create some additional fortran files, and then compile them. I am performing the call to the fortran executable and the compilation steps through the use of the ProcessBuilder.
|
| Possible Problem with Java List's? | 16 Sep 2005 14:02 GMT | 3 |
Hi, I've noticed something abet odd with list’s in java. I’m creating a dynamic list and then adding this list to another, then clearing the original list, populating it again and adding it to the second list. The problem is that every time I add to the second list it overwrites ...
|
| Is it me or Applet.play? | 16 Sep 2005 13:15 GMT | 12 |
I have written an applet, based on a couple of other applets on the Internet, that plays DTMF tones from an input phone number. My applet plays some, but not all, of the tones but there is no individual tone that cannot be played. The two second sleep is more
|