| Thread | Last Post | Replies |
|
| Is there any other method to run builded Java programs? | 16 Jun 2006 09:33 GMT | 7 |
Is there any other method to run builded Java programs? Do i rlly have to use msdos for it or is there another method?
|
| tracking the source of javaw.exe | 16 Jun 2006 06:36 GMT | 1 |
I really don't like the look of javaw.exe running at startup. I'm not running any Java program, yet it appears after boot up. I tried looking through the startup folder and all startup processes in msconfig and I don't see any jar files.
|
| how to set a different LooAndFeel? | 16 Jun 2006 05:37 GMT | 5 |
People, how do I set a different LookAndFeel for may projects in Netbeans? TIA, Scirious.
|
| anyone know how to change cvs hostname in eclipse? | 16 Jun 2006 04:53 GMT | 1 |
I know alot of java developers use eclipse. This question is directed at them. Sourceforge just rearranged things on their CVS system. They changed the hostnames. So I go into the project properties window and try to
|
| Newbie trouble | 16 Jun 2006 03:44 GMT | 10 |
I am a beginner in Java and I have the following trouble: I have a class A with 2 methods: setThis and setThat I want to write something like this: String myVar = String("setThis");
|
| best api to cyber cafe software? | 16 Jun 2006 02:39 GMT | 2 |
I'm looking for the best way to make a cibercafe software. What is the best way to make it, what libraries or framework is the best to speed and simplefied the develop: JXTA, JMS, WEBSERVICES, RMI, sockets, etc :)
|
| Starting learn Java | 16 Jun 2006 02:27 GMT | 15 |
Does some1 know a good Java program for ppl who start with learning Java? I need 1 with a txtwriter and a compiler or something...
|
| Java compilers on the Mac | 16 Jun 2006 01:29 GMT | 17 |
This month's MacCompanion does a review of Java compilers from a Mac perspective: http://www.maccompanion.com/archives/April2006/Columns/AccordingtoHoyle.htm Last I heard, JBuilder was the dominant one on Mac OS X, but according
|
| Thread.interrupt() and blocking operations | 15 Jun 2006 23:41 GMT | 3 |
In general, if a thread's interrupt status has been set, will a call to a blocking method produce the same behavior as would occur if the thread were interrupted during the blocking call? The JavaDocs seem to indicate that this is not true - for example, wait() is documented
|
| images in java applet not showing | 15 Jun 2006 23:07 GMT | 2 |
I am working on a collaborative whiteboard application. So I have this piece of code which is supposed to be using 2 jar files. I have been told that the jar files (whiteboard.jar and collab.jar) work fine. However when the whiteboard is displayed then the images of the icons ...
|
| TreeSet bug? | 15 Jun 2006 22:47 GMT | 2 |
I got class cast exception for the following two lines of code. Not sure how treeset handle int[]. Thanks. TreeSet<int[]> arr1 = new TreeSet<int[]>();
|
| error trying out tutorial with tomcat | 15 Jun 2006 22:37 GMT | 5 |
disclaimer.. if this is too complicated, please tell me how to express the problem more simply. thanks I have installed tomcat 5.5 (the latest I believe) on windows xp sp2
|
| generics Object.getClass clarification. "<?>" vs "<? extends Object>" | 15 Jun 2006 22:17 GMT | 1 |
First, it seems to me that <T> is completely redundant with <T extends Object>. Indeed I can cast without warning List<T> and List<T extends Object> in both way
|
| I need Ebook for JSP | 15 Jun 2006 21:45 GMT | 1 |
hi guys .. can any body give me Ebooks links about JSP thanks in advance ...
|
| Assert vs. RuntimeException | 15 Jun 2006 21:03 GMT | 8 |
With asserts now in Java, which places where one formerly threw RuntimeExceptions (and Errors) might be better off changed to asserts? (Can't happens, of course, but where else? Everywhere you threw nullpointerexception? What about arithmetic exceptions? Obviously not
|