| Thread | Last Post | Replies |
|
| volatile | 02 Apr 2006 14:21 GMT | 14 |
I'm still not completely certain about the volatile keyword. Is it actually required in the example below or would it only be required if go() would access the fields of Stats directly (if they were accessible, of course)?
|
| compiling quartz scheduler | 02 Apr 2006 11:09 GMT | 2 |
hey.. while i compile my scheduler prog, it says not able to recognize 'quartz'..it also says 'package org.quart doesnot exist'..
|
| [regex?] word correction | 02 Apr 2006 10:08 GMT | 4 |
well what i want do seems tricky.. i want to feature something like google's word correction let say user typed in "corection". Having the word "correction" sw in my dbases, i would then suggest him "correction"
|
| Main-Class: | 02 Apr 2006 08:37 GMT | 1 |
Is it possible to define multiple entry points into a jar file using the 'Main-Class:' mainfest attribute? If so, what is the syntax? Thanks.
|
| Some help | 02 Apr 2006 08:34 GMT | 4 |
I have the following singleton: public class Singleton { private static final Singleton singleton = new Singleton(); private ArrayList<String> list = new ArrayList<String>();
|
| How to get the service name of a server's prot in Java ?? | 02 Apr 2006 05:26 GMT | 3 |
Part of my homework, I must get the name of the service at a given prot using Java. I have looked through all the Java books I got, just can't handle it. I will very appreciate if someone can help me get to the point.
|
| Please help: How to get the alias hostname ?? | 02 Apr 2006 05:25 GMT | 8 |
I don't know how to get all the alias hostname of an IP address. I have looked through the net but got no answer. Could somebody help me?? It's very urgent and important to me!! Thanks!
|
| about <exec> tag in ant | 02 Apr 2006 04:00 GMT | 5 |
I am trying to use <exec> tag in ant to call an native executable. When I use the command: "ant dir", I got following errors: (I just want to learn how to use exec task ). can anyone tell me what happened?
|
| Java 1.6 | 02 Apr 2006 01:18 GMT | 13 |
Another user of the NetBeans mailing list suggested that using java 1.6 was the way to go for various reasons. I was just wondering if 1.6 is stable enough for daily (not particularly bug sensitive) work? What are the advantages of 1.6 over the latest 1.5
|
| How to get the Internet Speed | 01 Apr 2006 20:23 GMT | 3 |
I need to get the internet speed,how can i get this plz help
|
| Generic Constructors | 01 Apr 2006 19:18 GMT | 4 |
I'm trying to find a way of allowing me to create typed Vectors - in the past I've been able to use generics to achieve this (for example new Vector<Integer>) but at the moment I'd like to declare a Vector field in a base class (with no particular type or maybe another base
|
| Azul Java Server | 01 Apr 2006 16:19 GMT | 8 |
I was looking on Roedy Green's site about Azul servers that cost around 3/4 million dollars and it occurred to me that one of those would be really nice to play solitaire on. http://mindprod.com/jgloss/azul.html
|
| Reflecting generics | 01 Apr 2006 15:48 GMT | 15 |
I'm wondering if this is possible - and after much digging, it seems that it isn't. I have the following piece of code: ArrayList<String> stringArray = new ArrayList<String>(); Class c = stringArray.getClass();
|
| Connect to a mySQL database using j2me | 01 Apr 2006 14:25 GMT | 1 |
I was wonderin how to connect to a mySQL database using j2me. I need to upload some text(of image) into mySQL database from j2me app. Thanx.
|
| Can JSF run without EJB? | 01 Apr 2006 09:49 GMT | 1 |
It might be a simple questioin for you, so please forgive my beginner skill of Java. I am currently using Java studio creator to build a website, but so far I know the project should be deployed to an application server, I just wonder if I only want to find a web host
|