| Thread | Last Post | Replies |
|
| applet access problem | 15 Sep 2004 12:03 GMT | 5 |
I get the following error when I run the basic html to see if an applet works. I am running on Windows 2000, JDK 1.4.2, netbeans IDE 3.6 Error loading class: HelloWorld
|
| help: portability between JDK 1.1.3 and 1.4.0 | 15 Sep 2004 10:48 GMT | 4 |
Hi, there. I compiled a very simple Java code (printing out "Hello World!") at my PC (running Java 1.4). Then I moved the byte code to a Sun Unix Server (running Java 1.1.3) and
|
| query drive parameters | 15 Sep 2004 05:08 GMT | 7 |
I have searched for days trying to find the answer to this and I'm sure it's just a matter of being pointed to the right place (maybe something to do with native functions which I know nothing about but probably should). How do I get drive parameters in Java? Things like file ...
|
| Where do I set the debug level for LOG4J in Websphere/Eclipse ? | 14 Sep 2004 22:28 GMT | 1 |
I have a couple of log.debug(...) and log.info(...) statements in my java code. Where do I set the general and the package specific debug levels in Websphere/Eclipse? Tobias
|
| Protecting a JAR file | 14 Sep 2004 22:15 GMT | 5 |
Hello, I am trying to upload a program which reads class files from within a JAR file. Is there any way I can allow access to the JAR file (through the applet) but prevent anyone from downloading the JAR file? Thanks
|
| Looking for Open Source Astroids Game | 14 Sep 2004 21:25 GMT | 3 |
I appreciate any help that I can find on this. I am looking for an open source Asteroids / Blasteroids game. If anyone knows where I can find one or can point me into a better direction as to where I should look that would be great.
|
| Hey, what's this mean? | 14 Sep 2004 08:45 GMT | 8 |
java.lang.NoClassDefFoundError :Test/java
 Signature Starshine Moonbeam mhm31x9 Smeeter#29 WSD#30
|
| Please help me (Scanner) | 14 Sep 2004 06:28 GMT | 1 |
I really really need help on this. Our professor has pushed back the date and I have looked at it for endless hours and I can't seem to figure it out please help. I have my code and what I'd like to do but am unable to figure out how to do it.
|
| Newbie Java Question | 14 Sep 2004 05:56 GMT | 5 |
I hope I'm in the right newsgroup to ask this question; I apologize if I'm not. I have a Windows XP machine, but no Java installed. I obviously have problems with web sites that use Java Scripts. When I visit Microsoft's web site to find out how to get Java, I'm bombarded with ...
|
| QUESTION ON BIT SHIFTING ! | 14 Sep 2004 01:58 GMT | 12 |
Apart from usage in multiplication and division, I need some simple examples on uses of shifting of bits in a program. Any helpful inputs and ideas on this would be appreciated. Thanks!
|
| so: my class struggle.... | 14 Sep 2004 01:58 GMT | 6 |
in my book, I see this example: class Circle { double radius = 1.0; double findArea() {
|
| mouse event handler that takes a long time? | 13 Sep 2004 21:48 GMT | 1 |
I just started writing a board game in java and have a questions: When the human player clicks a button indicating it's the computer's turn, the computer may take a few seconds to compute the move. But I read it's not a good idea to "lock up" the mouse event handler for a few ...
|
| ResourceBundle question | 13 Sep 2004 19:57 GMT | 2 |
For a private project I'm using a subclass of ResourceBundle (named ColorBundle) to load Color objects for the swing components in my dialogs. I've overridden handleGetObject() to load the desired color from a HashTable, or create the Color object if no entry for the
|
| Executing a string as Java... | 13 Sep 2004 15:36 GMT | 4 |
Hey all, I was wondering; is there a way to execute a string as java? Something similar to eval(String str) in JavaScript. I would like to do something like this:
|
| btclasses.zip | 13 Sep 2004 14:55 GMT | 1 |
What are btclasses in j2Me? Why do we need them? BR //Mikael
|