| Thread | Last Post | Replies |
|
| Setting up Java | 31 Oct 2008 20:37 GMT | 5 |
I am new to Java. I am running Windows XP SP3. I have downloaded and installed Java jdk-6u10.exe. I assume that is Java SE, is it? Mainly I'm concerned as to how do I run it? The install doesn't seem to create menu items on the Programs list, neither does it create a
|
| create java to txt from database record | 31 Oct 2008 16:55 GMT | 4 |
Pagi, saya punya problem in java tentang gimana cara buat file txt yang datanya diambil dari database record. Ada yang bisa tolong saya, ada tutorial atau source code yang dapat diberikan sebagai jalan untuk memecahkan masalah ini. Terima Kasih
|
| Error Exception in thread "main" | 31 Oct 2008 09:12 GMT | 5 |
As new in Java, I had read an introduction and now I like to run it in Linux. A 1st test was succesful: [gastonv@telenetPC Java-beginners]$ cat jhello.java
|
| random double between -6.0 and 6.0 | 31 Oct 2008 02:58 GMT | 16 |
Given a task of writing a random double between -6.0 and 6.0 and the sample code below, is there a way to write it in a more compact way i.e fewer lines of code?
|
| Java class library source code | 31 Oct 2008 01:20 GMT | 2 |
I understand that java is supposed to be open source, and I found the source for the JDK at http://openjdk.java.net/ but what I can't find is the source code for the java class libraries (or the JRE for that matter).
|
| Wells Fargo - Fortune 46th Company --- Looking for TIBCO- IProcess-Hawk Professional @Hdyerabad | 30 Oct 2008 03:49 GMT | 2 |
I am Ramesh, Staffing Specialist - Wells Fargo - Fortune 46th Company - We are AMong top 30 Most Profitable Companies in the world. We are looking for Professionals on TIBCO- Iprocess-Hawk and TIBCO Admin
|
| Another APPLET question | 30 Oct 2008 00:55 GMT | 5 |
JAVA: How to create an applet that determines the value of coins in a piggy bank and prints the total in dollars and cents. There should be text boxes that allow the user to enter integer values that represent the
|
| Create a true word table with iReport or other tool | 29 Oct 2008 23:02 GMT | 2 |
Good Morning, I've a web application that produce an html file containing a table coming from a query on a db, our customer need to have this table in word format, just clicking on
|
| Overload Resolution in Java | 29 Oct 2008 19:24 GMT | 5 |
Can someone explain me how overload resolution works in Java? For example if I have function void f(int, float); and I will call f(1.5F, 3.1F) what would be the result? Thanks
|
| Error message while running java program : No public JRE | 28 Oct 2008 18:29 GMT | 1 |
When I try to run a java program I get this error message: No public JRE I have the latest version of java on my machine(Windows 2003) java version "1.6.0_10"
|
| Current time in JLabel | 28 Oct 2008 12:13 GMT | 1 |
I am looking for a possibility of repainting my jLabel so that it always have the current time. I believe that I must repaint this jLabel every second (threads?) to have such functionality but I am very unsure about it. Could you give me some advice? Thanks!
|
| Increase character by one | 27 Oct 2008 14:44 GMT | 6 |
I looked everywhere but did not find an answer. I need to find a way to increase a character. if i have char A it should go to B if i got "k" should go to "l" and so on...
|
| Help required for setting the UTF8 characterset | 27 Oct 2008 13:05 GMT | 3 |
I have a java program that generates a .csv file as an output. The program uses a .xls file as an input to read and format the data. The issue is that some non-ascii characters like "Dékán" that appear correctly in the xls file do not appear correctly and look like
|
| a noob question | 27 Oct 2008 09:48 GMT | 4 |
What is the difference between import java.applet.Applet; import java.awt.Graphics; and
|
| Text clustering | 25 Oct 2008 19:08 GMT | 1 |
I have been searching for Text Clustering libraries for two days.I have about 200 txt documents each of which contains 3-4 sentences.What i want to do is cluster them in around 10 categories based on the keyword each document contains.Can anyone suggest me some library ,
|