| Thread | Last Post | Replies |
|
| problem with multithreading | 13 Jan 2007 17:37 GMT | 3 |
i tried the following code package pack; class newthread extends Thread { super("Demo Thread");
|
| how to compile mypackage | 13 Jan 2007 16:42 GMT | 5 |
i have create a package mypack. It has vehicle no, model and etc. and then import this package to vehicle.java but how to compile the package file
|
| Problem to install java 3d api | 13 Jan 2007 11:32 GMT | 1 |
hi to all, I'm trying to run the first example of java3d documentation deployed by sun. I hava installed the API like follow: manuel@angelsstation:/opt/jdk1.5.0_07/jre$ sudo sh
|
| Online Store Application Using Spring + Hibernate | 13 Jan 2007 08:40 GMT | 1 |
Online Store Application Using Spring + Hibernate + Velocity + Ajax you can check over the sample application i did when i was practicing on the above said technologies. This is a simple Online Store Application, which includes like moving
|
| Attempt to fully materialize lob data that is too large for the JVM | 13 Jan 2007 07:04 GMT | 2 |
I get this error when too many users login to the application. But I'm unable to determine what triggers such an exception? Is because my JVM is running out of memory? [07/01/12 18:49:43:491 JST] 6c664a22 SystemErr R
|
| GUI API for Micro Devices | 12 Jan 2007 00:36 GMT | 1 |
I was searching around on the Java Micro Edition docs for something about designing a GUI for micro devices (four buttons, small LCD screen size, compact widgets). Couldn't find anything on SUN's site, mostly due to too many links probably.
|
| Keyword extractor's source code....where I can find it??? | 11 Jan 2007 21:57 GMT | 2 |
Hi,sorry for my english but I don't speak it very well.... Someone knows where I can find the Keyword Extractor source code written in java? A software that analyzes a text and extract the keyword of the text (the most present words in the text....for example
|
| regarding java | 11 Jan 2007 21:55 GMT | 3 |
sir, what dou mean by java thread?
|
| tag library not found in jsp page - mystery | 11 Jan 2007 21:52 GMT | 3 |
I'm having a big problem with jsp/tag libraries using oc4j. One particular tag library is not being 'found' for some mysterious reason. The particulars follow:
|
| String.split() fails to split string even though parameter exists in string | 11 Jan 2007 21:51 GMT | 6 |
String fileName = extractFileNameFromURL(); // PRODUCES "12.jpg" System.out.println("fileName = " + fileName); // PRODUCES "fileName = 12.jpg"
|
| behavior of public static final int | 11 Jan 2007 17:41 GMT | 3 |
I think this is something I read about, but I can't find any references. I've made two files, test.java, and const.java. Here's test.java: --------------------------------------------------------------------
|
| don't even think about spaming me | 11 Jan 2007 08:54 GMT | 10 |
stay out of my mailbox jim@thebottlemilwaukee.com
|
| BufferedReader blocks until EOS! | 11 Jan 2007 03:25 GMT | 3 |
i have a problem because i need to read and write "at the same time", the code is something like this: String cmd = ... Process p = Runtime.getRuntime().exec(cmd);
|
| jdbc driver test | 10 Jan 2007 20:26 GMT | 9 |
I have some code here to test a jdbc driver. Unfortionally I get a NoClassDefFoundError. Here my code: import java.sql.*; import java.util.*;
|
| Need Java JDK 1.3 for AMD64 machine | 10 Jan 2007 13:37 GMT | 4 |
I just got a new build server which is a AMD64 (uname -m = "x86_64"). I downloaded the latest version of JDK1.3 from Sun for Linux, and got the error message "Error: can't find libjava.so.". I traced this down to a shell script called .java_wrapper, and I modified it, so that I ...
|