| Thread | Last Post | Replies |
|
| newbie question .... | 19 Nov 2004 19:39 GMT | 1 |
What is the compiler for Java Files , I search the net for tutorial but they already started with the code to create objects or so, but didn?t mension where we use that code. Thank you very much!!
|
| Running external apps | 19 Nov 2004 11:51 GMT | 2 |
Which classes are applicable to running other applications from java applications? For instance how would I run, say notepad.exe from my java application or how would I run a batch file.
|
| Why the transient keyword is used? | 19 Nov 2004 11:41 GMT | 4 |
Hi, I'm studing Java! i saw "transient" keywords in a java source code. so i want to know why it is used and how i can attempt to code my program.
|
| Drag & Drop DataFlavor troubles | 18 Nov 2004 23:09 GMT | 7 |
I'm having problems getting my drag and drop interface to work (it was working fine..but i just had to make a few adjustments..<sigh>. The problem seems to be that its detecting the wrong dataflavor type - i think!!.
|
| path to servlet... | 18 Nov 2004 22:16 GMT | 6 |
the most confusing thing to me about servlets remains the friggin' path to it.. it just drives me up the wall... I finally have decent java webhosting, so: here's my form: www.francesdelrio.com/form.html
|
| JDK 1.5 is slow in some machines ??? | 18 Nov 2004 22:07 GMT | 1 |
Sometime before we have moved our RMI Client-Server Application from JDK 1.4 to JDK 1.5(Tiger). We have noticed great improvement in Application Startup Time and Speed.
|
| URI and POAHelper in JDK1.3 | 18 Nov 2004 20:55 GMT | 2 |
I am trying to make my project backward compatible from jdk 1.4 to jdk 1.3. Can anyone tell me where I find libraries that contain implementations for org.omg.PortableServer.POAHelper
|
| Referring to methods within the same class | 18 Nov 2004 17:47 GMT | 3 |
OK, this is supposed to work so that the constructor for TableOfPrimes creates an array of the prime numbers up to N which is a value entered by the user. I am supposed to do this using the private method isPrime(int number) which says whether a number is prime. However, the code I ...
|
| Java debugger | 18 Nov 2004 13:49 GMT | 6 |
Does anyone know any java debugger that would help in debugging obfuscated java applet code? Regards.
|
| ojb setup-db problem with current ojb-blank.jar | 18 Nov 2004 13:15 GMT | 2 |
When trying to create the database tables with the ant task "setup-db" from the built.xml in apache ojb-blank.jar the java vm runs into full cpu load but
|
| Need to add item references to an array | 18 Nov 2004 05:29 GMT | 4 |
My assignment is to store a bunch of furniture items in a certain storage area. I have a method that checks to make sure the item can fit. If it can fit, then i have another method that adds the item to the area. Both of these are boolean methods.
|
| Coding Help | 18 Nov 2004 04:57 GMT | 3 |
I am in an Into to Java class and this is my last week. Up until now, I have been able to keep up to some degree by using the code in my book and altering it. However, for my final project, I have to do something that I am unable to locate any similar code for in the book...any help ...
|
| StreamTokenizer with ints, doubles and Strings | 18 Nov 2004 04:49 GMT | 1 |
I'm using StreamTokenizer to parse a csv file, and am wondering how to handle this particular situation: the token is "77" (with quotes), which my code parses as an nval (as expected), but I want some fields in my csv file, which may or may not be numeric, to be handled as ...
|
| Please help!!!! HTTP 404 error | 18 Nov 2004 04:46 GMT | 3 |
I am trying to get the simple HelloWorldExample servlet to work on Tomcat. I am working with Tomcat 5.0.28. I got the basic Tomcat page to work and all the examples out of the box work as well. I just wanted to learn about creating my own
|
| Thread garbage collection | 18 Nov 2004 04:36 GMT | 1 |
What happens if a Thread is available for garbage collection yet still running? I guess the answer is obvious. The thread executes to completion or is terminated with the garbage collection process at some later unguaranteed
|