Do not use on any
shared computer
August 28, 2008 08:49pm pdt

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Java Solutions: 4101 - 4116 of 4116
 
I am using the following code to get the current date and format the way I need it.           SimpleDateFormat formatter = new SimpleDateFormat ("yyyy-mm-dd");           java.util.Date cur...
hi i have written a javaprogram to run in Lotus Notes environment. i compiled the code in java1.2 version. when i am running it it Lotus notes environ ment it is giving error Java.l...
I am using java's cryptography packages and using SunJCE as the security provider.  I am trying to create a 64 bit DES key.  I am getting the following error: java.security.InvalidParameter...
i understand that a setting a Java primitive is considered an atomic action in Java.  what difference does volatile keyword make, especially in concurrent programming (different threads?) t...
Hi,  I'd like to populate a combo box from the contents of a table in a database.  The table has two fields,  id and name, id is the primary key and is autonumbered...  How can I set my combo ...
Hi, Why do I get the error:Write end dead. in Piped ? The PipedReader is in a child thread, and the PipedWriter in the main parent thread. When I put the string into the pip in the main th...
Is there any class that provide the date chooser? sth like colorchooser and filechooser? so that whenever i click on the button, it will prompt out and allow the user to select the date.. I'v...
I have a servlet that checks out a file from a database and depending on the file type sets the response.setContentType("type") Depending on the file type the browser will open or ask to sa...
Does anybody know how i can use the JTabbedPane as a kind of button where i perform an action irrespective of the number of times i click on the tabbedpane ?
Hi I have a Jframe that opens a Jdialog, When the dialog opens I want the jframe to stop whatever it's doing and wait for the dialog to be closed. I've tried with wait(), notify(9 and thre...
Eclipse 3.1 allows me to generate getters and setters for variables in a class. But, the generated methods are not in the format I want. For instance, the following example class:     publi...
I'm paying someone to make me an app. So, I'm testing it. Works fine on a friend's PC, no issues. We're both running WinXP SP2, he's Home and I'm Pro. I'm supposed to double-click a BAT ...
Experts I just want some Open Source Software Mangaers like Install anywhere I know you guys are the Best to give me good Suggestions. Waiting For Your Suggestions. Thank You.
Hey guys, need some quick help. I have a jsp, for example getexcel.jsp: <%@ page contentType="application/vnd.ms-excel" language="java" %> <html>...</html> which basically converts the...
i'm using apache tomcat 4.1. , how many instance a Servlet can open per second? is it safe to use tomcat/servlet combination for huge hit on a page at every second? the page just collect some ...