Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top J2SE Solutions: 1 - 25 of 26
 
Hi, I have a design problem and would like to get some feedback on a way to achieve a reasonably optimal solution to the problem. I have a object commission which is used by several oth...
I am trying to do a simple web application. I am not able to redirect from an index.jsp outside WEB-INF to temp.jsp which is inside WEB_INF. Following are the details. Thanks in advance.  I...
I have deployed the application on tomcat(A simple jsp, servlet and a business class which inserts into database using hibernate). I am getting the error resource not found. ERROR: The reque...
I need to make a query to Google Scholar using a cookie (because I have the option of seeing BibTeX links on) and be able to retrieve the resulting HTML page of it. For instance: I need to...
I am trying to do a simple web application. I am not able to redirect from an index.jsp outside WEB-INF to temp.jsp which is inside WEB_INF. If I keep all the jsp's outside web-inf it is worki...
Hi Iam doing a cross join on two dimensions and getting the expected result in this format which is correct. The result is displayed in the following format. City              | Area       ...
I am trying to output the contents of a Java Collection ( preferably LL or Array List) into a csv file. I want the objects in the collection to sorted based on instance variables in the obje...
When I try to save data from a form into database using hibernate, I am getting the following error Caused by: org.xml.sax.SAXParseException: The content of element type "hibernate-mapping" m...
A   String path = Address; B    String path = "//Company/GUIInputRequest/TXLife/TXLifeRequest/OLifE/Party[1]/Address"; C    String path = "/Company/GUIInputRequest/TXLife/TXLifeRequest/OLi...
What the difference between these 2. I am starting to learn Java and have no idea which is what. Thanks
hello there, i have a erp system developed using java swing+hibernate+mssql server 2005+ msserver 2003. the users use RDP to connect to the server and on the desktop they have the jar fi...
Is there a way to set the computer up so that Java updates execute themselves without the user needing to "okay" the notifications? I would like to set up my client computers to automatica...
Hello everyone. I'm wondering if it's possible to have two JButtons on the same BorderLayout area (?). I mean BorderLayout.NORTH. I have two buttons there and only one visible. But then in ...
I've written a Windows application in Java, and I'm currently preparing the installation files. The program is only intended to be used under Windows XP or a later version of Windows. I'...
Hi an old application that  uses Mondrian OLAP cubes, mdx queries and Jpivot as the reporting solution is giving me hard time. I recently added another dimension into the cube and used a cross...
Hi, I'm currently developing a swing application and targeted in Windows Tablet PC. Im wondering what is the simplest way to determine from java whether my swing application is running in T...
Hi, I am attempting to work out how to get Delegate (C#) functionality into Java. However, I cannot seem to work it out. I am making an IRC client. I have a main class and an IRC class. The...
My aim is to creete a JPEG object from buffered image. I willnot save it to disk as a jpeg file. Because i will create a video file from this JPEG objects. How to do this? I have tried JPEGIm...
I have a python program which returns a list of objects. How do i print the values. 1. I've tried to override the toString() method - No success 2. I tried to retrieve the Object and pu...
I'm running a small program that should list all of the comm ports that are available on the computer.  The only problem is that nothing is recognized.  I've stepped through the program and it...
I have a user who is trying to print a page from a Java application, but gets the error: "java.awt.print.printerexception: printer is not accepting job".  I suspected it might have been an inc...
I have a program which consists of two jar files and a number of secondary files in subdirectories. Can anyone point me to a way by which I can delete and replace any of these files (including...
Simple enough question, if it's possible: In certain situations running on AMD multi-core processors the time drift between the cores is messing up my application. Is there a way to force Jav...
Hi Iam doing a cross join on two dimensions and getting the expected result in this format which is correct. The result is displayed in the following format. City              | Area       ...
Hi, I am a swing newby and have a problem in managing  the flow control in my application. What is happening is I have a Jdialog Parent that implements a tablemodel listener. and another c...