| Thread | Last Post | Replies |
|
| Java algorithm (diff) question. | 19 Sep 2007 09:08 GMT | 15 |
I have two CSV files (file1 and file2). Each file contains 50,000 + lines. Each line is very long. The first entry in each line is a key as shown in the example below. Example:
|
| Eclipse question again (bleargh) | 19 Sep 2007 09:08 GMT | 1 |
HI all, first may i say. HAPPY INTERNATIONAL TALK LIKE A PIRATE DAY! Now, this is just a quick question since google doesnt seem to want to answer me. In Eclipse the java ide has functionallity to "collapse" functions.
|
| Eclipse question again (bleargh) | 19 Sep 2007 08:45 GMT | 1 |
HI all, first may i say. HAPPY INTERNATIONAL TALK LIKE A PIRATE DAY! Now, this is just a quick question since google doesnt seem to want to answer me. In Eclipse the java ide has functionallity to "collapse" functions.
|
| Java Browser and URL Connection | 19 Sep 2007 00:47 GMT | 2 |
Curious question: Assuming I open an HTTPUrlConnection to a website with a "Keep Alive" session, is it possible when i use ...getDesktop().browse(....) -- will the httpurlconnection that i am posting to be "received" (get)
|
| To remove the duplicate record in the list using java | 19 Sep 2007 00:10 GMT | 9 |
Sir/Madam We have a list of Record with the unqiue key like account no, and sequence no, and the rest of fields are exactly the same. Any way for java to remove those duplicated records?
|
| howto create a new glassfish db in linux console ? | 18 Sep 2007 23:54 GMT | 1 |
Hi, I have a glassfish server and i cant figure out how to create a new database using a linux console ? asadmin create-database doesn't exist ? Also when running the example applications, netbeans6 always open's a
|
| How to separate interface from implementation when using JARs? | 18 Sep 2007 23:18 GMT | 8 |
In an engineering world where I used to be working with C++ I am now shiftnig to Java. In C++ I would publishe my interfaces in header files. In Java I can use the interface concept. However this is not sufficient for me. I want to be able to full
|
| Want new request on jsp:include | 18 Sep 2007 22:27 GMT | 2 |
I have a servlet with a mapping like /myServlet/* which serves content based on the URL. It works great when it gets called alone. However, I also want to be able to include it in a jsp using <jsp:include page="/myServlet/stuff"/>. The problem is that in that case the
|
| Problems tracking NoClassDefFoundError from Web Service | 18 Sep 2007 21:09 GMT | 1 |
I am encountering a NoClassDefFoundError and I'm struggling to trace the cause. The scenario is as follows: ClassA (an Axis/web service SOAPBindingImpl class) Instantiates ClassB
|
| jaxb and annotations - is it possible? | 18 Sep 2007 20:23 GMT | 3 |
Hi!! I'm generating java classess from xsd file using jaxb. Is it possible to turn off annotations? I don't want em to be in generated classess.
|
| Java code for 'ToolTip' | 18 Sep 2007 19:29 GMT | 1 |
I saw a cool feature on a website recently where OnMouseOver on a 'Topic Name' in a Topic Forum would pop-up a, for lack of a better word, ToolTip like I am used to seeing in MS-Access. Although this pop- up (not a new IE Window) would have room for previewing several lines
|
| Just Starting Out | 18 Sep 2007 13:59 GMT | 1 |
Am just starting out using Java, what are the best resources to use to get the most out of this language?
|
| ImageIO problems encoding jpeg | 18 Sep 2007 12:19 GMT | 5 |
Hi group I have some code that saves an image to a file using ImageIO. And it works for all formats except jpeg. A scaled down version follows: public void write(String filename) throws IOException {
|
| LDAP NamingException while getting attributes | 18 Sep 2007 09:51 GMT | 2 |
javax.naming.NamingException: [LDAP: error code 1 - 000020D6: SvcErr: DSID-031006CC, problem 5012 (DIR_ERROR), data 0 I am able to bind fine with my active directory server, but when I try to get any attributeu, I get the above error. I need to get the
|
| Still in while loop hell, Now with refined question! | 18 Sep 2007 07:03 GMT | 7 |
I've refined my code to make it nice and basic. import java.util.Scanner; public class Parse { public static void main (String[] args) {
|