| Thread | Last Post | Replies |
|
| Strange problem with a thread that goes to sleep.... | 25 Jan 2006 22:29 GMT | 6 |
I have a JAva program that runs all day long mimicking daemons. IT calls Thread.sleep between each iteration. I am running it on an NT server. Eerything is wrapped in try / catch block...however the program will
|
| Variable naming problem | 25 Jan 2006 20:51 GMT | 29 |
It is very common for a method to return a boolean that indicates success/fail of some test or operation. E.g. testing if a date is valid, if a file was successfully saved etc. So two questions:
|
| Scanning Strings to replace with links. | 25 Jan 2006 20:39 GMT | 4 |
hi again, :D i have large strings containing many paragraphs. The string is to be displayed. I want to have all substrings that start with "html" and "www." wraped in <a></a> tags.
|
| Java vs. CPU and memory | 25 Jan 2006 20:26 GMT | 7 |
Would anyone provide some information about Java with memory and CPU? I would like to know whether Jave will consume huge amount of memory and CPU on Sun Solaris 2.8 or Windows XP. Your feedback will be appreciated.
|
| JAVA : Programming language of the year 2006 | 25 Jan 2006 20:25 GMT | 3 |
Java has won the "TIOBE Programming Language of 2006" award. The Java language has increased its popularity in 2005 with 4.77%. The runners up for 2005 are C# (+1.35%) and suprisingly Visual Basic (+1.17%)... heheeeheee ;). Sound's really COOL... Java ROCKS EVERYWHERE!!... Chk
|
| local class philosophy | 25 Jan 2006 20:23 GMT | 12 |
In a local class we can reference local members only if they declared as final. However, whenever local class is using, jvm makes an internal copy. Therefore, why cannot we use nonfinal local variables.,? What is the idea behind it? I guess the same argument can be applied to
|
| Connection problem with IKVM.net and .net DLL | 25 Jan 2006 20:21 GMT | 4 |
I have a bad IKVM.net problem. I want to use .net libraries from java code. Concept works well, but my own compiled .net library (toolbox.dll) not work calling from java code and it's giving to me
|
| find difference in date/time variables | 25 Jan 2006 20:07 GMT | 5 |
I have an existing Java application which works fine. I want to add some code to the application just to calculate the run time of the program. Its a Java Console program.
|
| how to stop processing xml file when error found | 25 Jan 2006 19:19 GMT | 1 |
I'm using apache DefaultHandler SAX to interpret xml file. supposed the xml file as: <a>....</a> <a>...</a>
|
| starting java application | 25 Jan 2006 18:42 GMT | 2 |
Running Windows 2000 Pro, I want to run a Java program. I have jdk 1.5 installed, but neither "javaw" nor "java" starts it. All I get are error message about "Exception in thread main...". I've tried the java and javaw in both \jdk1.5.0-05\bin\ and \jdk1.5.0_05\jre\bin but so far ...
|
| Invitation to JAVA professionals (Need Help) | 25 Jan 2006 17:01 GMT | 11 |
Hello group. I'm an undergraduate studying for my bachelor degree in CMB University. http://www.viduranet.com/inforum/ is the only available forum for BIT students. A fundamental of programming is one subject we
|
| How to connect Java and Perl ? | 25 Jan 2006 16:06 GMT | 13 |
How to connect java and perl languages? Notify the links which provides java and perl connectivity. By Seenu
|
| popup menus | 25 Jan 2006 14:19 GMT | 2 |
I have a popup menu which shows itself when I right click over a JTextArea called taLocations. I can use the menu with the following ActionListener. Within the same frame I have another JTextArea called taSkills which will utilise the same popup menu.
|
| certificate problem | 25 Jan 2006 13:56 GMT | 7 |
Hi, i am reading JSSE tutorial. in the tutorial i find the following code snippet which i dont understand. will you please help me to understand it ? wll you please answer my questions ?
|
| Image meta data | 25 Jan 2006 13:44 GMT | 3 |
Given a byte array representing a jpeg, gif, png, etc., is it possible to extract image meta data (specifically: dimensions) using j2se _before_ the actual decoding (with ImageIO.read())? How? How about using external libraries? Which ones (commercial and free)?
|