Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested Java Solutions: 3751 - 3775 of 4160
 
Hi, I'm having major problems with invalid characters when processing XML in Java.  I've got the following test file (myTestFile.xml): <data>      <title>£31 million spent in one day</titl...
Hi , I have a jsp/html page which has a button 'Create PDF'. On clicking it i should get a pdf document of all that is displayed on the page. Can you suggest me ways to do it?? Thanks, ...
Greetings.  I plan to distribute the latest Java 2 Runtime Environment (SE v1.4.2_05) to client desktops via Windows 2000 AD group policy using the .msi package which gets extracted after a no...
Hi, I want to build a class connecting to ACCESS (I hate that tool) using odbc.  If I write it in a single class (in the main "function") I get no error, but If I put open_database, close data...
we import java.rmi.remote also we import "javax.ejb.*" in "javax", what is the "x" mean?
hi i am using resourcebundle properties file to use japanese file. i am getting one problem my properties file is in ansi format when i save as it utf-8 and then use nativetoascii tool t...
Hi all, i'm working with xerces-j 2 and want to output a xml-file to disk using the LSSerializer. I want the xml file to be pretty printed. From xerces-c i know, there's a feature called 'pr...
Hi,     What is the difference between "ArrayList and Vector"? I am aware that arraylist is non-synchronized and vector is synchronized. But i heard that we can create a synchronized arrayl...
Hi, I would like to know how to convert a rtf file to pdf file using java? I know iText library, but I'm not sure does this library can be used to do this conversion. Can someone give m...
I'm using Java 1.4.2-04 and ImageIO.write to create a jpeg.  Occassionaly the complete image is produced for a file size of about 150K. However, the image is usually incomplete with no consist...
Hello Experts, I'm in real trouble. The JVM is crashing in a XML parsing after app had loaded two dll JNI wrappers. It just happen when both wrapper classes  are loaded what makes me believ...
Here is my code you will notice I have declared a MenuBar and Items to be added to it ...... package myprojects.jaysnake; import java.awt.*; import java.awt.event.*; import java....
Hello, I'm getting a NPE using Log4J in my class.  I initialize a Logger near the beginning of the following class: public abstract class ServiceConnection { ...   protected Connection...
Is there anyway to prevent an applet from reloading due to a refresh, or to disable the refresh?  Thanks experts.
i am very new to java. The first task that has been assigned to me is to create a installer. I have been to told to use izpack as it is free. I am finding it a bit hard to use. I have managed...
We are planning to create a new Execute Queue for a existing server in weblogic 8.1. When we create a new execute queue through the web admin console it add the following line within the Serve...
Hello, We are running into a strange issue when trying to run this class named Test.  We are using a program called Optimal J, and when we execute this class inside of Optimal J it works pe...
Hello, I installed, the standard development kit at  c:\jdk1.4\ and the j2ee at c:\j2ee1.3\   The bin directory of these are c:\jdk1.4\bin and c:\j2ee1.3\bin I am using win98, and wa...
Hi I am trying to code Enterprise Java Beans. I have my classes coded, but they won't compile. Here is the Java file... //CalculatorEJB.java import java.rmi.RemoteException; impor...
You'd think I'd know a thing or three about GUI by now, but I'm stumped.  I've released a project on SourceForge:  JFCML - JFC/Swing XML Markup Language  http://meta-solutions.com/jfcml/index....
Hi All I need to implement using Java 2SE a network digram with clickable nodes and background custome map , also nodes can be placed on the map using Long/Lat values. I am looking f...
Hi experts, I am trying to call an oracle stored procedure in java...   However, I am encountering this error and I have no clue on what might gone wrong...    Hope you could help me...   T...
Hello All, How to find the caert position of a text field when my caret is at middle of the text field?? TextField.getCaretPosition() is always returning zero, even if it is in middle of...
Can I have multiple radio button groups in JTable? If yes, can you please point me an example using that?
The application that we are working on requires very fast response times and we are thinking of implementing some caching mechanisms using singleton. The scary thing is that cache size may ...