| Thread | Last Post | Replies |
|
| Objects are slow ? | 07 Aug 2006 09:38 GMT | 25 |
well i always read people writting about objects make software slow umm currently i ma having this problem i need to build a huge 2 dimention Array of an object this Object contain : int,
|
| hi | 07 Aug 2006 08:57 GMT | 4 |
i am new to java and i want elders advice how to start with java.i know C and C++(little).i have windows xp. kindly advice me which compiler to choose and if there is any free e-book about newcomer, please give me links. and which book i should purchase.
|
| J2SE 5.0 Generics and C++ Templates | 07 Aug 2006 06:23 GMT | 1 |
Is there any relation between the J2se 5.0 generics and C++ templates ?? Regards, Sarathy
|
| Regular Expression extract all links in a page. | 07 Aug 2006 02:19 GMT | 1 |
I am trying to extract all urls for a perticular page, but without a success. java.util.regex.Pattern p = Pattern.compile("<a href=\"http://(.*)\">",Pattern.MULTILINE);
|
| throw - finally | 07 Aug 2006 01:58 GMT | 4 |
Having started in a job where I am to write Java code, I am working my way through the Java Language Specification. But the following situation gives me problems: public class Foo {
|
| Resin Server Not Starting | 07 Aug 2006 00:40 GMT | 3 |
After a while I'm trying to start Resin and continue my JSP stuff. But when I go c:/resin-ee-2.1.17/bin/httpd it open a window and shut down very fast cant even read msg. Then I installed the services:
|
| Internet web app - sending .PDF or .PS output direct to user printer | 06 Aug 2006 18:51 GMT | 12 |
I have a real brain-teaser here (it may not even be possible). We have a web app, it will run across the INTERnet (not intra). The app will generate reports. Currently what we do is: 1. generate the report (over on the server, obviously) as a .pdf file
|
| New Hot Java Topic | 06 Aug 2006 18:35 GMT | 1 |
Hi, I'm coming back to java after after few years. I know Generics are new and hot in Java, but I wonder what else is new and very interesting? Can anyone give me list?
|
| eclipse J2EE | 06 Aug 2006 16:59 GMT | 2 |
ummm i am not sure if this is the right place to ask this but i need to know the best plug-ins for eclipse to deal with J2EE
|
| jni mouse hook | 06 Aug 2006 16:52 GMT | 1 |
I need from java/swing to grab the text at mouse position ( windows xp ) anyone with some jni/C/C++ hack I could start up with regards patrick
|
| [j2me] How to access mobile's file system? | 06 Aug 2006 16:46 GMT | 1 |
As far as I found out there are two ways to access data on the device: FileConnection and RecordStore. Apparently my xda mini S (or HTC Wizard) doesn't support FileConnection as the MIDlet seems to crash with this code (no, no exception).
|
| String storage | 06 Aug 2006 16:11 GMT | 4 |
Does anyone know how the strings are stored in Java. Let's say that there are two strings: String s1="abc-def"; String s2="abc-def";
|
| tip: how to control time to try getting connection? | 06 Aug 2006 13:42 GMT | 4 |
I want some tips for, ex Connection con = DriverManager.getConnection(url,"met", "pass"); //A System.out.println(con); //B It may take 10-20 seconds to know what con is. I'm wondering, how to
|
| [J2ME] DTMF through ringtone speaker/ringtone generator? how? | 06 Aug 2006 13:21 GMT | 1 |
what i would like to do: write a small j2me toy application that allows to dial numbers through a landline (say PSTN) phone putting the the phones close each other, and then letting the
|
| Netbeans: accepting remaining JSP errors in a web app | 06 Aug 2006 08:50 GMT | 5 |
I have a very large web app and some of the JSP's have errors which I just want to accept for now. But Netbeans will not run/debug the project until all errors are eliminated. Is there any way to get nb just to accept the fact that 5 of the 2000 JSP's are buggy and let me
|