| Thread | Last Post | Replies |
|
| Searching in Arrays | 02 Aug 2005 08:59 GMT | 9 |
I'm fairly new to Java and I'm trying to make a program that will store certain objects and then list them depending on their features. I hope this makes sense and I hope I get the terminology right! For example,
|
| auto responders | 02 Aug 2005 08:47 GMT | 1 |
We have to develop an application called auto responder using jsp/java which will send mails to the customers of a site at regualr intervals from the time the customers sign's up with the site to promote about there products.Can anyone suggest the best way.
|
| Runtime.exec() problem (jdk1.3.1+rh7, jdk1.4.2+rh9) | 02 Aug 2005 08:37 GMT | 7 |
I've got a servlet which runs linux binary file and creates java.lang.Process, takes its output (getInputStream()) and writes it on .html page via BufferedReader. Old version of linux executable works fine, but I recently got a new version of this program which must be deployed ...
|
| Need to print thumbnails & text | 02 Aug 2005 08:35 GMT | 4 |
If anyone out there could spare some time for a Java newbie, could you please help me out? The requirements of the Java module I'm working on are quite simple. (It's a stand-alone application.)
|
| The variable bit cpu | 02 Aug 2005 08:07 GMT | 30 |
I think I might have just invented the variable bit cpu :) It works simply like this: Each "data bit" has a "meta data bit". The meta data bit describes if the bit is the ending bit of a possibly large
|
| Java books and/references | 02 Aug 2005 06:54 GMT | 12 |
Without going deeply into my background in relation to java, I would appreciate some guidance regarding the best overall java book. (I have an early edition of Thinking in Java - might be the first edition.) I am doing some gui stuff, so my assuption is that I will need something ...
|
| something about SSL? | 02 Aug 2005 06:34 GMT | 1 |
I am not quite understand SSL, but as i see so far, i need to put the two identical keystore files belong to server and client program. If somebody get that keystore file (which is very possible, because i just embed all my class files in a jar), he may able to write a
|
| Generics again | 02 Aug 2005 06:20 GMT | 2 |
Given that "Programmer" and "SportsPerson" are both derived from "Person", why doesn't the following fragment compile? The error is: ------------ Gen.java:50: cannot find symbol
|
| Utilities to convert resultset to bean | 02 Aug 2005 02:02 GMT | 2 |
I know about dynabeans, but I am seeking an alternative way whereby I can populate the results of a sql statement into a POJO. Any idea what tool can help? Thanks Regards,
|
| Jars | 02 Aug 2005 00:55 GMT | 4 |
I have a rather newbie question so please bear with me for a while. You see i am trying to run a jar file programmatically and i am not quite sure how to do it. You see i use windows and i always
|
| Logging Strategy/best practice | 01 Aug 2005 22:25 GMT | 7 |
I am working on a startup J2EE project: JBoss, Spring, Hibernate etc. One of my responsibilities is to set up the "logging". I have chosen to use log4j, or more precisely was nudged in that direction. I've used it before on smaller projects with no problems;
|
| Eclipse Java debugger | 01 Aug 2005 21:38 GMT | 3 |
I am tasked to put a Java debugger working from within Eclipse. I wonder if there is any expert out here who could point me to the right place? I need to find fairly detailed information about such a debugger, how to set it up and running, etc.
|
| Java + Bluetooth = Gateway? (Urgently need help Pleeaassee!!!) | 01 Aug 2005 20:17 GMT | 2 |
I have just got a small use case regarding bluetooth and I was wondering if anyone could help me (please :) Imagine you are camping. You have your mobile(cellular) phone and your laptop with you. However, you know that on the same night there is a very
|
| best way to learn java | 01 Aug 2005 19:40 GMT | 8 |
Seeing the wastness of java i am a bit worried about how to learn it.
>From where to start it. I know C and C++ and OOPS concept. So What is the better way to start learning. Any sites recommended to visit and how to learn about the libraries that are there in it. Also I want to
|
| QuickTime for Java: Applet crashes JVM and browsers on Windows | 01 Aug 2005 19:38 GMT | 2 |
I've written an applet that uses QuickTime for Java to display some video. I can run the applet in the appletviewer (with a sufficiently lax security policy), but if I try to run it in a Web browser, the JVM and browser crash. Both IE6 and Firefox are affected. I'm using the
|