Forum: Java Feb 20th, 2009 |
| Replies: 3 Views: 1,146 Im a little curious, you want to create that method in the same class or in other class an them invoke it??. |
Forum: Java Feb 19th, 2009 |
| Replies: 5 Views: 340 I used SAX and Xerces to create a XMLReader, and it works very well
import java.io.IOException;
import java.util.Hashtable;
import org.apache.xerces.parsers.*;
import org.w3c.dom.*;
import... |
Forum: Java Feb 19th, 2009 |
| Replies: 5 Views: 340 You're trying to get a certain path from an xml file and then go to that direction an read all files that has?? |
Forum: Java Feb 19th, 2009 |
| Replies: 5 Views: 503 Did you try puttin the image in a local directory. for example in "/home/myImgage/jhtp3.gif" directly, becouse doing it the othre way will go until the current directory, or up to your classpath... |
Forum: Java Feb 16th, 2009 |
| Replies: 10 Views: 555 You should try an normal loop, a nice loop with my friend the varible "i", then continue , until my varible "i" is less than grades, in the mean time the loop will be "looping". |
Forum: Java Feb 13th, 2009 |
| Replies: 32 Views: 11,578 You can try JasperReports, but i think that´s for web develop only, anyway you can find something. |
Forum: Java Feb 5th, 2009 |
| Replies: 11 Views: 2,202 Using a desktop application or a web application?? |
Forum: Java Dec 11th, 2008 |
| Replies: 9 Views: 578 Be careful whith the package .. couse you dont declare one. |