Advertisement

Experts Exchange is proud to announce the Front Runners the Annual Awards and the 3rd Quarter Hot Shots. Who is at the top? See for yourself!

 

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

 
Top Java Solutions: 251 - 275 of 679
 
oracle function tutorial http://www.techonthenet.com/oracle/functions.php Q1: i see they have ... The following is a simple example of a function:       CREATE OR REPLACE Fun...
I'm trying to make a java socket application continually try to reconnect to a remote socket server until the remote socket server comes online. If the socket host is ready to accept, the c...
I have a program that uses openal to load audio files. My program is made into a jar file , which gets loaded by another program as a plugin. When running my program independently everything ...
Hi, I'm trying to to delete all files in a directory like .#.classpath.1.1 or .#.classpath.1.2 or .#.classpath.* I've tried: fix:         <delete quiet="false">             <fileset dir="....
Hello, I am using Java EE 5 (EJB 3, Top-Link, Derby, JSF, JDK 6.0) and glassfish-v2ur2, develope using NetBeans 6.1 all installed on Windows XP SP3 I get the follwoing error when I login to m...
hi, im trying to create a folder in the server for each user who has registered. Any idea how do i accomplish this?
Hello, I'm somewhat new to Java, but was working with it for non-GUI programs ... But now I need to write a client application ... and I struggling with swing ... I've read some threads i...
If a string contains \\\\ (4 backslashes) is there anyway to replace that string with \ (one backslash)? Tried the following: strtest.replace("\\\\", "\") - unclosed String literal error st...
I have a Java Bean, its simple enough, a few Strings a couple of ints and some java.sql.Dates as member variables with the usual getters and setters.  I want to test this class using JUnit, an...
i get errors in the below code for the connection string written i have used them for other codes and they work fine. also i get error messages throughout the while loop appending the string b...
I have a problem with multiple logs in one class. The problem is that the logs are being written, but then when the program is done, the files are being erased (contain nothing). I can see th...
Any idea as to what the exceptions below mean? User reports application freezes when this occurs. There is too much code that is being processed when this happens to reasonably post/review ...
I have JTable in JDialog (Its is the only component in that frame). When the JDialog is resized using mouse drag I want the JTable to be resized accordingly. I am using JDK 1.6 Thanks
There is a bug in Sun Java due to which it cannot handle jar files greater than 4 GB. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4681995 I wanted to know whether there is any worka...
How can I notify a JTable that it should re-render a cell?
I have to write a Java program that does key encryption and digital signatures. This is beyond my scope and need some assistance. The vendor gave me an example of it using C#, but my company i...
Can you help me to debug my simple code please? The JTextArea displayArea didn't show up :( import javax.swing.*; import java.awt.Color; import java.awt.Dimension; import java.awt.event....
Hello, I have no clue how to do or start this program off.  Any help please?                                                                                                                   ...
 i want to search the array to find / not-find each one search argument in the search file using a sequential search and a binary search(display the search key, number of probes to find or no...
i have one jsp program when i run that program i am getting error of class not found exception... all classes are there and when i run the program as stand alone java program it is working ...
I have Jdialog where ihave to add following components alike this -----------------------------------------------------------------------------| Label1                      Combobox1 ...
Iam using Netbeans 6 with oracle DB 9, the opertional processes (insert, update, delete, retreive .....)  works in my project. But I need to make reports Can I generate reports with NetBea...
Hi, I  am getting date from database in format of 2008-03-30 14:20:07.0 and i have stored it in String. I wiant to compare it with current date time. As i am getting it from DB i cannot cha...
What tools would people recommend for reverse engineering a Java project in eclipse?  this comes up a fair amount and we don't have a good solution for it.  (free or open source tools preferre...
Hi Expert, her i am enclode the coding and it throw me the error.            for (int i = 0; i < BuyerLineItemNum.size(); i++)         {                 order_items_in.appendRow();   ...