1.
java.lang.NoClassDefFoundError: javax/activation/DataSource - Java ...
setText("this is the body of the message "); Transport.send(message); } catch (MessagingException e) { System.error.println(e. ...
2.
java.sql.SQLException: Exhausted Resultset - Java Forums
I've been getting this exception I tried to fix it but wasn't successful.. any ideas about it?
3.
Check if a web page exists or not - Java Forums
1 post - 1 author - Last post: Mar 2, 2008The code snippet presented below shows how to check if a web page exists not not. Code: public class URLUtils { public static void ...
4.
Can't add columns in table viewer - Java Forums
1 post - 1 author - Last post: Feb 8Hi, I want to create a table viewer with some columns. I created a table viewer by swt designer. Then I added columns and column names by ...
5.
Changing size of Array - Java Forums
String[] array = new String[5]; ... array = expand(array, 10); private String[] ... Maximum size of an array, Hasan, New To Java, 1, 05-20-2007 01:11 PM ...
6.
MySQL 5.0 data backup from java - Java Forums
I'm using mySQL 5.0 and tomcat 5 in my web application. The database is in server. I want a simple backup utility in my application to ...
7.
Object to String. - Java Forums
Hello. I want somehow to save object to string and later restore it. I have class MyClass . I want to create object, work with it and then ...
8.
export to excel - Java Forums
1 post - 1 author - Last post: Mar 14, 2008Hello, I have a java program in which I want to export a html table to excel. When clicking on the export to excel button it creates a ...
9.
export to excel - Java Forums
1 post - 1 author - Last post: Mar 14, 2008Hello, I have a java program in which I want to export a html table to excel. When clicking on the export to excel button it creates a ...
10.
Problem in Export to Excel using Jexcel api - Java Forums
Hi, Iam implementing Export to Excel functionality using Jexcel api in my dynpage coding. Say I have given excel sheet name as MySampleExcel.xls in.