| Thread | Last Post | Replies |
|
| Applet <==> Servlet communication | 19 Nov 2003 15:45 GMT | 1 |
I'd like to offer an applet/servlet combination on my HP that is able to calculate the movement of the sun for any locations and a whole year, or, as animation, visualize it (length of shadow, ...)for one day.
|
| TRYING TO CREATE A SIMPLE FORM. HELP HELP HELP!!!! | 19 Nov 2003 13:37 GMT | 2 |
trying to make a simple form, just an empty window with no button. ive tried this import javax.swing.*; import java.awt.*;
|
| Serialization | 19 Nov 2003 13:32 GMT | 4 |
I was wondering if anyone could offer some help with a problem regarding serialization. Would appreciate any suggestions. The problem in a nutshell: Write two programs:
|
| Help with Thread Sleep Calls causing lack of SLEEP | 19 Nov 2003 13:08 GMT | 7 |
I am trying to introduce the sleep() command into my java code. The existing program runs without the sleep command but I have indeterminancy I therefore want to send my threads to sleep for different lengths of time.
|
| Jdbc connect to plain text | 19 Nov 2003 12:10 GMT | 3 |
I've read on Sun's java site that with JDBC 3.0 is actually possible to use plain text file (such as CSV) as table and make my queries on that. "JDBC technology is an API that lets you access virtually any tabular
|
| java tutorial no compiled 'class' files! | 19 Nov 2003 11:15 GMT | 4 |
I have the sun's java tutorial, which appears to have 'class' files for the applets in the examples (error dialog coming up!) Has anyone else having this problem? the version I have is dated November 3 2003. I have used the following code to find and compile the source code, it
|
| javadoc Linking Classes | 19 Nov 2003 09:25 GMT | 3 |
Suppose I have source files a.java, b.java, and c.java that I wrote myself. c.java has a constructor that takes an instance of class a as a parameter.
|
| I can't get a Vector to typecast properly. | 19 Nov 2003 07:04 GMT | 3 |
I have a Vector data structure for which I need to create some references. The problem is, I can't seem to get them to typecast properly. I am compiling "Bbbs.java"
|
| Forward HTTPrequest to Servlet to an Object | 19 Nov 2003 05:41 GMT | 3 |
I ve got a local Jav Application which runs fine. Now it needs to run on a server, well therefore i have got a servlet which should have different instances of my local Application(object). My local Application gets an HTTP Request and the output is also a HTTP Response. Is it ...
|
| need printing frames help | 19 Nov 2003 04:00 GMT | 1 |
I have a script for printing the contents of a frame. It works fine but I would like it not only to print the designated frame but to add a header or message at the top or bottom. Anyone know how??
|
| Please help me! | 19 Nov 2003 03:56 GMT | 2 |
i'm triying to render a 3d autocad dxf in a screen buy the dxf file is too long how i can take only a lite squera from the dxf original to view it can helpme please im beginer in java
|
| SIMPLE QUESTION HELP HELP HELP!!!! | 19 Nov 2003 03:10 GMT | 7 |
just a simple question for all you java pro's out there. im new to java and still learning the concepts the only thing im struggling to understand is where and why the code always has to inport 'things'. see below
|
| Opening Properties files on a Mac | 18 Nov 2003 22:51 GMT | 1 |
I've written an application that needs to open a Properties text file in the same folder. On a PC I can use the filename and it works fine, but on a Mac (OS 10.2) I always get an error indicating that the file doesn't exist. It seems likely that the Mac handles paths differently
|
| Can i send a file from client to server automatic? | 18 Nov 2003 19:33 GMT | 2 |
thanks
 Signature La vida tb esta orientada a objetos
|
| Another easy one I think | 18 Nov 2003 18:34 GMT | 3 |
Hey all, I was hoping I could get some direction on another assignment. In the programming comments I listed where I need a little help. Basically this little prog won't display the minimum number and the average is wrong
|