| Thread | Last Post | Replies |
|
| Newbie thread.sleep probs with Mac OSX | 31 Jul 2005 03:23 GMT | 1 |
could anyone help Java-Dummy with Mac OSX (3.9 and 4.2)? I found this little applet below, but it doesn't work with OSX. It is well doing the pause on Win XP and Mac OS9. Could you give me a tip or link, how to create java-code which works on
|
| Can't work this out... | 30 Jul 2005 19:17 GMT | 2 |
I'm sure there's a really easy explanation to this, but I've been programming all day (or trying to) and by now, my mind has started to melt! I'm using BlueJ btw! I'm trying to display available slots in a day, which come as half hour
|
| Help! Where to download JRE 1.2.2 outside java.sun.com | 30 Jul 2005 15:52 GMT | 3 |
Greetings, hope this is the right NG to post the enquiry. Need to get hold of JRE 1.2.2 urgently to test an age-old Java 1.2.2 software. The problem is, I can't download it from Sun as my Netscape Communicator can't exchange the correct encryption algorithm with the
|
| Screen scrape an applet? | 30 Jul 2005 15:27 GMT | 5 |
Can anyone give me a pointer or ideas on how I could capture the screen output from an applet (such as a stock quote ticker) which refreshes periodically? Thanks, Dan
|
| servlets - setting TARGET on a redirect | 30 Jul 2005 13:04 GMT | 2 |
in a framed page, one sub-page is driven by a servlet. in the GET - in a given condition, i'd like to redirect to a new full page - i.e. replace all the sub-pages...not
|
| Solution - Verisign expired root CA and "No trusted certificate found" using JSSE | 29 Jul 2005 22:14 GMT | 2 |
Not sure where to start with this one, my frustration over not being able to find ANY documentation regarding a relatively common problem, the process I followed to find the solution, or just post the solution. Either way, it's aggravating to the extreme to bump up against the ...
|
| j2ee installation help windowsxp | 29 Jul 2005 21:39 GMT | 2 |
I had j2se and j2re already installed on my system (windows xp). Now I downloaded j2EE1.4 with Sun Application Server 8.1 pack. So, it is an all in one bundle which comes with j2se 5 and j2ee 1.4 sdk , sun application server, point base database server etc.
|
| Another Runtime-Problem | 29 Jul 2005 19:57 GMT | 1 |
Hello netties, the following code is a test variant of a class which should later read in continuously the output of a "tail -f" on an arbitrary file. My problem lies a little bit before:
|
| define a new data type | 29 Jul 2005 19:27 GMT | 5 |
Anyone know how to do something like this C code in Java. #define Point2fT Tuple2fT I have a Tuple2 class which I'd like to define a new data type for as Point2. So I tried making Tuple2 an interface and extending from that,
|
| why is remove(myPanel2) not working? | 29 Jul 2005 15:56 GMT | 2 |
For some reason the contentArea.remove(myPanel3); works but the contentArea.remove(myPanel2);
|
| JNLP & Web start & signing? | 29 Jul 2005 13:18 GMT | 11 |
I signed my jar, created jnlp file which starts install procedure of my application. I expected that the user will be ask for pasword and other datas which I enter during the signing but I only got the dialog which ask the user if he
|
| How to set J.developer for ORACLE..?? | 28 Jul 2005 16:10 GMT | 1 |
Dear, When I try to connect from J.Developer to ORACLE vith SQL+, it returns me a error: "ORA-12203: TNS:unable to connect to destination". Description is:
|
| Desperately seeking strtod() | 28 Jul 2005 09:16 GMT | 4 |
This is probably simple, but I must be looking in the wrong places ... I'm trying to do what the strtod() function does for me in C: Find the longest prefix of a string that looks like a number, produce its numeric
|
| Loading an image file into an applet | 28 Jul 2005 05:49 GMT | 5 |
I'm fairly new to Java, trying to make my first significant Japplet. It's a small BlackJack game with a swing interface. I'm trying to display GIF images of the card faces, but I can't get the GIF images to load. I keep getting security exceptions saying the applet doesn't ...
|
| display new image? | 26 Jul 2005 12:56 GMT | 12 |
The code below allows me to display an image and a question and when I click on the "Next" button I can save the slider value (the answer to the question) to a file. I cannot at the moment see how I can display a new image and question
|