| Thread | Last Post | Replies |
|
| Riyadh Timezone | 13 Oct 2007 07:21 GMT | 8 |
Java TimeZone classes say: Offset DST 3.117777777777778 3.117777777777778 Asia/Riyadh87 GMT+03:07
|
| How to change my applet into a double-clickable JAR file? | 13 Oct 2007 04:08 GMT | 1 |
Re: How to change my applet into a double-clickable JAR file? Greetings: Recently I developed a Java program that initially was projected to be available on a web site as an applet. Very late in the development
|
| core java | 13 Oct 2007 02:27 GMT | 1 |
http://corejava-technologies.blogspot.com
|
| The Modernization of Emacs | 13 Oct 2007 00:39 GMT | 372 |
[this post is a excerpt from The Modernization of Emacs, Xah Lee, 2006-04 at http://xahlee.org/emacs/modernization.html ]
|
| How to use javadoc utility.. | 12 Oct 2007 23:54 GMT | 9 |
can any 1 provide me link to a javadoc utility article..or explain it pls...
|
| Resources for C# developer moving to Java | 12 Oct 2007 23:50 GMT | 7 |
I have been a Microsoft developer most of my career. Most of my work has been of the web variety using ASP.NET and C#. I would like to learn more Java and explore the J2EE technologies. Can anyone suggest resources (books/articles/etc..) for a C# developer looking to learn
|
| "WHILE" Loops | 12 Oct 2007 17:09 GMT | 20 |
"Use WHILE. Write an application that calculates the product of the odd integers from 1 to 15 and then displays the result." How would I do this?
|
| jvmTI raw monitor | 12 Oct 2007 15:50 GMT | 1 |
When writing an agent to profile a java program using jvmTI, our agent code needs to implement handler methods(event callback methods) to handle events that we asked the jvmTI environment to dispatch to our agent. In the sample agent heapTracker.c in j2sdk demo folder, some
|
| Heinz Kabutz on Bad Code, Unit Testing, and More | 12 Oct 2007 15:16 GMT | 3 |
Sun's main Java site has an interview with Heinz Kabutz, (http:// java.sun.com/developer/technicalArticles/Interviews/community/ kabutz_qa.html) the a "Java Champion" and creator of the "Java Specialists Newsletter". He's an impressive guy and says some
|
| Formatting a string in Java | 12 Oct 2007 15:04 GMT | 28 |
I am a newby in Java and am trying to format a string into a fixed number of positions( in this case 5). So if I have a "5" in should be "00005", and "23" should be "00023". I hav tried looking at the classes 'import java.text.NumberFormat' and
|
| I'm having trouble installing TomCat on my mac. | 12 Oct 2007 14:40 GMT | 3 |
I'm a C# developer ready to make the transition to the Java world! I need some help setting up my IDE. I am getting a permission denied error when installing TomCat 5.5 on my Mac OsX machine. When I run a sudo as the root, I get an error saying that i typed an invalid
|
| String Reverse | 12 Oct 2007 14:32 GMT | 19 |
How can I reverse a given string without using String or StringBuffer class method.
|
| Java Bean Question | 12 Oct 2007 13:32 GMT | 22 |
Hi gang, Are all Java Beans the same? What I'm getting at is that I have seen some examples on the internet that show sample Java Beans created
|
| jsps not serving from context root in netbeans server | 12 Oct 2007 13:20 GMT | 14 |
I've just started using Netbeans 5.5 packaged with the sun java application server 9. I run a web app with a context root of for the sake of example "test", the default page set in web.xml to run at startup is index.jsp, that is served fine in that index.jsp simply
|
| ant help - loop and retrieve problem | 12 Oct 2007 12:05 GMT | 1 |
I'm having a directory which consists of n+ number of files and i want to iterate through the directory and want to pass only n files to MY_TASK . So it's like retrieve n files and pass to MY_TASK again retrieve next
|