| Thread | Last Post | Replies |
|
| Java updates on my PC | 22 Apr 2007 02:38 GMT | 5 |
System drive on my PC is running low after most recent upgrade to Java 6.00 I noticed that under Java folder there is several sub folders with earlier versions
|
| class retunring nullPointerException?? | 21 Apr 2007 22:41 GMT | 4 |
hi.. we have a homegrown Web Framework, which lives in jboss, each time we update our code application coe via ant script ,the framework stops and starts jboss, anong the procedures to start jboss is a loading up
|
| jni problem linking into existing s.o. lib with externs | 21 Apr 2007 19:18 GMT | 6 |
I'm trying to create a jni library which which will interface with routines in an existing shared object library. This existing library has functions available to many C programs and defines 3 variables as extern; a char * (ERRMSG), a char array(PROGNAME) and a
|
| How to find directory of web app in an axis web service | 21 Apr 2007 19:04 GMT | 5 |
I've built an axis web service, and I am reading a properties file using the code below. The problem is that depending on the configuration of tomcat, the default location to read the file from could theoretically be anything.
|
| finalize() allowed to be called before constructor finishes? | 21 Apr 2007 16:40 GMT | 6 |
Is there any guarantee that finalize() is called only after a constructor finishes? I wonder as the documentation at http://java.sun.com/javase/6/docs/api/java/lang/Object.html#finalize() says that the "Java programming language does not guarantee which thread
|
| stupid problem with variable showing | 21 Apr 2007 16:18 GMT | 3 |
i'm writing really frustrated by this stupid problem i try to print a double (or maybe float) variable with system.out.println but it shows only 0.0!!! this is the code
|
| Eclipse Appearance Problem | 21 Apr 2007 15:29 GMT | 4 |
I have Eclipse (version: 3.2.2) and JRE (version:1.6.0.1) installed on my Windows Vista System. When I am working regularly with Eclipse I encounter with disappearance of some regions of Eclipse window. Specifically package explorer and console regions are becoming a white
|
| problem implementing a generic collection | 21 Apr 2007 15:02 GMT | 2 |
Is it possible to write an implementation of List<T> that only works with a single type? I have an method that returns List<MyCoolClass> and want to write an implementation of a List of MyCoolClass that runs particularly fast - but because of that, I can't make the
|
| Javamail | 21 Apr 2007 14:48 GMT | 7 |
If anyone can tell me which is the most suitable JavaMail tutorial for novice programmer. plz i need the immediate assistence
|
| resultset | 21 Apr 2007 14:06 GMT | 2 |
maximum storage of resultset
|
| generics + new = problem | 21 Apr 2007 13:56 GMT | 4 |
This problem is not new, I read a lot, but I still do not understand if there's a solution or not (shame on me). The problem is: I want to build a generic class that constructs new instances of the type variable.
|
| using ConcurrentHashMaps | 21 Apr 2007 10:07 GMT | 19 |
I have following code in my program. Is it possible to use a ConcurrentHashMap in this scenario? private Map mymap = Collections.synchronizedMap(new HashMap()); public MyHandle getHandle(String id) {
|
| need a mechanism for turning ON/OFF SOPs | 21 Apr 2007 05:05 GMT | 4 |
please help me in finding a solution::: the scenario is I have some 20 classes and each has 2 methods and those methods has System.out.println(" some text "). i need a mechanism to turn ON/ OFF the SOPs to be printed in the console.
|
| passing object refernce | 21 Apr 2007 03:11 GMT | 8 |
I have two java applications one of them is kind of a plug in to the other .so I want to pass an object reference from the first one to the other (the plug in) . passing a copy of that object is not what I want , I need to pass the
|
| How can i open Jbuilder project in Eclipse | 21 Apr 2007 00:26 GMT | 2 |
Can anybody tell me that How can i open Jbuilder 2006 project in Eclipse 3.2.2. regards
|