Advertisement

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: 76 - 100 of 4160
 
I have a friend that is also taking a class and is having a problem with the size of his JButtons. All he wants to do is increase the width of the buttons so the lable can fix inside the butto...
Hi, I am new to Java Servlets programming.I am using Windows platform,Oracle HTTP Server(Servlet enabled).Can u please give me code to how to upload the images from a web Form to a server di...
Hello all, I am trying to code a database access object in Java that will fetch an Order with its sub entities. I have a mapping where an Order has one Customer and each Customer may have ...
The application being developed uses Java, Hibernate and stored procedure in MS SQL Server 2005. I can invoke the stored procedure through hibernate and process results successfully. However t...
My program is giving this error Exception in thread "main" java.util.MissingResourceException: Can't find bundle  for base name com.www.ldap.LdResources, locale en_US         at java.util...
I have a PROGRAM table.  It's keyed by program_id generated by an oracle sequence.  It also has a program_name field which is not null and unique. Here's how it's mapped: <?xml version="1....
Hi Experts I am designing a MUD game and wanted to include a dance feature, something similar to dance dance revolution but for the keyboard. Unfortunately you cannot use keypress in a teln...
Hi, I'm using Eclipse:    Version: 3.1.0    Build id: I20050527-1300 and have recently created a new project in it ... whenever I edit a class from within this new project, it is not...
I've inherited a highly customised and long-in-the-tooth Struts-based application. I ported this in short order from Weblogic 5.1 + Solaris VM Solaris JDK1.2 + Oracle 8 + load balancing (share...
Customer has problems accessing a login function on a special web page, as well as some other web pages where Java is involved. Problem shows up on all their Dell PCs (running WinXP, SP2). Fir...
i have an application that is running against an oracle10g database.  when i try to perform certain operations in the application, it comes back with the error: ORA-01795: maximum number of...
Hi, There are some tag in hibernate configuration file to show SQL in output windown when executing hibernate program. Do you know what's that?
How to get the day diff between currday and dateposted? Thanks. java.util.Date currdate = new java.util.Date();  //today java.util.Date dateposted = rs1.getDate("DatePosted"); Also what I...
How do we get the time in milliseconds between the current time and the next day 12am in java. Code snippet will be helpful. Thanks.
Hi, I want to insert a simple record in the DB2, programmatically. Here's the code which does it. java.util.Calendar cal = new java.util.GregorianCalendar();                java.util.Date now = cal.g...
How to convert String[] array to int[] array  ? I am using the below code ,but it doesn't work for me : ===================== Info() { MyTable mytablecal = new MyTable(); Object[] store_v...
Hello, I am calling a EJB session bean running on a WebLogic server from an EJB session bean running on a Websphere 6.1 server.I am testing this through my JUnit (and Universal Test Case)  on ...
Hi, I am now writing a servlet filter that should capture all response and modify them before reply to browser. What I need to do is extract all data from the OutputStream/Writer and store ...
I have a java.util.Date object stored in one of my objects and I want to insert it into a MS Access database. patient.getPtDOB() returns a java.util.Date object.  I initially thought that I...
I would like to use a properties file to configure log4j.  I am wondering how I need to edit the log4j.properties file to accomplish these goals below: 1. Root logger is set to WARN logging...
Hi I have this trivial problem ... :) beleive it is major for me ... I just want to tell that to myself .... I have a XML file in my Java project (command line based) . The XML file is ...
Dear all, i have done my homework but things didnt work out well. Can share your eye with me? I need to connect to this URL: https:/192.168.1.19:8443/TelcoServerSimulation/IncomingRequest ...
Hi! Have a gui application that is made in netbeans. Therei have a jtable that have a progressbar, and i am include the source for this. This progressbar is working JUST FINE. But now ...
I have a button to find a file and that file has to replace into input text box...later on this file will be read... How can i create textbox field?
I have a client using several machines to test my Java App.  Dates are printing correctly on all but the only machine running Vista.  On that machine dates are a day behind int he morning and ...