| Thread | Last Post | Replies |
|
| Newbie Eclipse question: Exported jar file does nothing upon execution | 30 May 2008 17:19 GMT | 1 |
Hi all. I'm trying to learn the ropes of how to create an executable jar from Eclipse. I believe I exported one successfully--I selected the correct source & main class, and Eclipse reported that the file was created successfully. However, when I try to execute it, nothing
|
| Need to know version of Java on user PC | 29 May 2008 09:33 GMT | 3 |
Have a games website which uses java. To weed out people with no java I put an applet (aTicker, if anyone knows it) which scrolls the phrase "Java is working fine" on the registration page. And instructions telling them what to do if they can't see the phrase scroll by.
|
| Help on setting UTF8 characterset | 27 May 2008 22:22 GMT | 4 |
I have a batch program that is used for formatting some data. The program uses a java class to take an input as a .xls file, formats the data from that file and converts it into a .csv file. The issue that I am facing is that some data in the .xls file is not
|
| Is there a "Push" technology for (entry) fields? Force fileds to be updated from server possible? | 27 May 2008 06:09 GMT | 7 |
Assume I start a java app whose GUI contains a couple of entry fields (and labels). Initially I can fill these entry fields (resp. labels) with some values. Once the GUI dialog is displayed the user is normally able to enter something else. But AFAIK the content values can NOT be ...
|
| downloading 1.5 | 26 May 2008 10:10 GMT | 3 |
I need to install SDK/JRE 1.5, but here, http://java.sun.com/javase/downloads/index_jdk5.jsp, I only see updates... I just re-installed my OS (for which I had to reformat my HD -- don't ask.. (VISTA.... sigh....)) so need a new, clean re-install of
|
| -Xmx---m getting smaller and smaller | 26 May 2008 10:10 GMT | 7 |
I have Windows XP SP3 with 4GB memory (I know Windows only allows apps to use about 3.25GB.) I have no applications running. I ran System Mechanic 7 to defrag the memory with the result of the largest contiguous block of memory being 2.74GB.
|
| CIAO, How can I sort an ArrayList<K> of Generic Types ? | 23 May 2008 19:12 GMT | 10 |
"Ciao" (Hi) to everyone, please can you tell me how can I sort an ArrayList<K> of generic types ? If this arraylist were of this kind, ArrayList<String>, I could sort
|
| Hi,Could someone help write a regex parsing sql str for me:) | 23 May 2008 04:28 GMT | 1 |
the sql : select * from (select * from tbl) a where c1 = 1 order by c2 desc, c3 asc I want to parse the 'order by' clause to get the column-order pair, the result would be looks like:
|
| how can i run perl program from net beans ? | 23 May 2008 03:50 GMT | 2 |
how can i run perl program from net beans ? thanks in advance
|
| hibernate: mapping help | 22 May 2008 03:59 GMT | 1 |
I'm fairly new to hibernate, though I'm not new to ORM concepts. I read the official h8 version 3 tutorial, as well as other articles and examples out there. Now the problem is that I can't figure out how the best way to map the
|
| third party beans on internet | 20 May 2008 19:12 GMT | 1 |
Is it possible to use the third party java bean over the internet? If yes, how can I import it? Please provide example. Thanks
|
| Why jsp can't get the Vector fill with user-defined class by the Remote interface? | 20 May 2008 14:33 GMT | 1 |
Because It is a big project so i provide a model to express my question, Qestion is:I want get the Vector full fill with the a Object in Jsp. but I can't get it,There will problem will return test return,but we I
|
| java socket programming doubt | 20 May 2008 11:11 GMT | 1 |
I am trying to create a udp socket. It works fine but the program hhangs for a few seconds[at DatagramSocket clientSocket = new DatagramSocket();] before ti actually sends the data out.Could any one tell me why?
|
| Reified types and primitives | 20 May 2008 03:50 GMT | 5 |
Alex's Miller's blog talks about reified generics being on the radar for Java 7. http://tech.puredanger.com/java7/ I wonder if a way to specify a primitive as a type parameter would be
|
| Which *.jar files are minimal necessary to compile JAX-WS web service + client? | 19 May 2008 08:57 GMT | 1 |
Which *.jar files are minimal necessary to compile JAX-WS web service? And which for compiling and running web service client? Cat
|