| Thread | Last Post | Replies |
|
| How to compile bunch of files | 26 Nov 2005 23:53 GMT | 2 |
how to compile bunch of files in subdirectories all from one command line? Thanks Zvonko
|
| problems with Java? newbie | 26 Nov 2005 23:40 GMT | 2 |
I think I'm having problems with my Java. I am constantly getting a message that I "need to install Java Virtual Machine" when I attempt to open certain files or do something. I also cannot entirely delete my Java runtime enviroment. I would like to just reinstall Java. How ...
|
| small fonts with the Sun Java VM | 26 Nov 2005 19:55 GMT | 4 |
Sun's Java VM doesn't do as well with fonts as the Microsoft VM. I just tried out the JDK 1.5 VM hoping they had improved since 1.4.1, but no luck. In Yahoo game rooms, there are some small fonts, describing table settings like the time limit and whether the game is rated, that ...
|
| how to get IE to use a different Java VM | 26 Nov 2005 18:32 GMT | 5 |
I'm using IE6 on XP, and I have Sun's JDK version 5. How do I get IE to switch to Sun's Java VM for applets? (And how do I switch back?) Thanks, MD
|
| System.in.read() repeats its output at least twice!? | 26 Nov 2005 17:44 GMT | 4 |
This is my first post, am learning java for fun. Trying to write a hangman game in TextPad. I haven't finished the code yet but the problem I am having is that when I enter a letter into the keyboard and press enter, I get the same output at least twice. I want to know why this is ...
|
| random number output | 26 Nov 2005 16:24 GMT | 5 |
hello, i just wondering how you write out the code in java to acheive an output of a random number between one and twelve.. any takers? thanks very much
|
| bbbc | 26 Nov 2005 16:01 GMT | 1 |
|
| Support/Help -- Forum/Tutorials/Tips n' Tricks/Blogs/Other | 26 Nov 2005 15:56 GMT | 1 |
Hi, I have a fairly new site that you may find useful: http://www.wizardsolutionsusa.com You can get help or recieve help at the forum, or you can read a tutorial. There is all
|
| NetBeans NoClassDefFoundError | 25 Nov 2005 15:28 GMT | 1 |
I am using NetBeans 4.1. I have a simple project, TestFormJar, that works fine when running thru NetBeans. But when I double click TestFormJar.jar it doesn't work correctly. And when I run TestFormJar.jar from a command line it gives NoClassDefFoundError.
|
| Trouble letting a Tomcat5 webapp write to a directory. | 25 Nov 2005 10:56 GMT | 10 |
I'm using the Debian tomcat5 package (version 5.0.30-7) and the Sun Java 1.4.2_07 SDK. I'm trying to let a web application write to a subdirectory (appropriately named "data/output/" of its own WEB-INF directory. I've added the following stanza to the catalina.policy file:
|
| Pass on values from drop-down box | 25 Nov 2005 08:51 GMT | 2 |
I wonder if anybody can give me a hint about what I have to do to get this working: I am creating a drop down box using the script below. The result is two text fields; now I want to pass those values, which come from the drop down box, to the next page. The next page should then
|
| RuntimeException | 25 Nov 2005 01:26 GMT | 5 |
Hi again. I am catching all RuntimeException and I was wondering if there was a way to tell which exception I caught (and then display it's error info) The code below obviously doesn't work, so I was wondering how can I do this?
|
| drawing an X in a square? | 24 Nov 2005 19:56 GMT | 1 |
Hello all, I am still implementing my tic tac toe gui game. Anyways, I am able to to create an X in the square, however, it does not fill the square completely. In order to achieve this I've used; g.setColor(Color.blue);
|
| psuedocode to java.. | 24 Nov 2005 17:31 GMT | 7 |
just a hint needed here.. this is the start of psuedocode i need to convert into java: Roll a 12 sided die to choose a number in the range 1.....12 While the user has not made an incorrect guess
|
| Application to Applet | 24 Nov 2005 17:29 GMT | 8 |
Can someone please help me... I've been trying, and searching, for a way to convert my Application to an Applet. I cant figure it out, it just never wants to work. import java.awt.*;
|