| Thread | Last Post | Replies |
|
| program of sets | 10 Oct 2007 18:18 GMT | 2 |
I need to do a program of sets but I don't know how to start, can some one give me a hit. Here is the description:
|
| Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/opengl/GLEventListener | 10 Oct 2007 15:01 GMT | 5 |
I'm trying to run the JOGL demos and I get this: $ cd jogl-demos $ java -cp ../jogl/build/jogl.jar -cp ../jogl/build/gluegen-rt.jar -cp build/jogl-demos.jar demos.gears.Gears
|
| Installing Glassfish on Ubuntu | 10 Oct 2007 07:11 GMT | 1 |
I'm new to this group and this is my first posting. I moved to France just over a week ago where I will be working for the next six months. One of my main tasks is to set up an interactive website for a university in Lyon. I brought with me from the USA a new dual boot
|
| How do I use Junit to test whether catch the Exception | 09 Oct 2007 08:11 GMT | 11 |
For example public void myMethod() { try { // do something;
|
| java program that will find a file and words within. | 09 Oct 2007 05:03 GMT | 8 |
I have Win xp and it does a, in my estimation, a poor job of locating a file named on a drive. Or if file is not named, looking in a collection of files searching for a word inside a file, then name it if found.
|
| java.lang.UnsatisfiedLinkError | 09 Oct 2007 05:01 GMT | 2 |
I have just finished installing java full version "J2RE 1.5.0 IBM AIX build pap64devifx-20070725 (SR5a)" on a AIX Server for a user and he is trying to run a version of Cognos and getting the following error: java.lang.UnsatisfiedLinkError: JCAM_Crypto_INI (A file or directory
|
| String length problem. | 09 Oct 2007 04:21 GMT | 7 |
Hi there, I've come across some code for checking that a string has length > 0 which has left me a bit puzzled. I haven't been coding Java for very long, so I may be mistaken here, but I always thought that if you check the length of a valid string
|
| Computer Security Information (Free Articles and eBooks) | 06 Oct 2007 19:07 GMT | 2 |
I Want To Share Computer Security Information To All Internet Netter. A. Computer Security Articles: 1. Firewalls Torn Apart 2. Guide To Social Engineering
|
| Newbiw installation question | 05 Oct 2007 04:56 GMT | 12 |
Trying to install java on new dell running xp with service pack 2 On start up get "Couldnt find main class will exit" Spent whole day on Java.com loading and unloading 1.6.0_02 offline to no avail. Site verifies installation but fault still declared. Searched
|
| uploading file to database | 04 Oct 2007 09:16 GMT | 2 |
hello friends i am working on a file management s/w . for this i need upload files to database can any body tell me on how to upload files (say .doc files) to
|
| generate a webservice on-the-fly | 04 Oct 2007 02:03 GMT | 7 |
does anyone have information on how I generate a web-service from a program, and deploy the generated web-service to a Tomcat installation? My program will receive input parameters like: method name
|
| failing to compare vector images files correctly | 03 Oct 2007 19:05 GMT | 4 |
I have 3 images of "shape.gif" copied from the same primary "shape.gif". To date, I have converted each of the "shape.gif" into vectors, saved the vectors
|
| JDK/JRE Uninstall failure | 03 Oct 2007 18:10 GMT | 1 |
I was uninstalling old Java's preparatory to installed JDK 1.6.0_03. I have Vista home premium. I kept getting error messages of the form "error writing file Config.msi\f4e857c.rbf Verify you have access."
|
| how to use jvm option -jre-restrict-search ? | 03 Oct 2007 17:09 GMT | 5 |
If I install two jdk in two seperate directories then how I can use the two java runtime ? I find that java has option -jre-restrict-search . How can I use the option ? Thanx.
|
| Identifier expected | 03 Oct 2007 00:37 GMT | 5 |
Here is the line of code I am having trouble with: System.out.println("Enter a number."); number1 = keyboard.nextInt(); Thanks for any help!!
|