| Thread | Last Post | Replies |
|
| problem in executing the java mail | 27 Jun 2007 21:38 GMT | 1 |
When I coded the java mail code and try to execute it throws the following error,can anyone help me out in resolving the same so that it can successfully executes:
|
| applet locks-up jvm: IllegalStateException: zip file closed | 27 Jun 2007 20:56 GMT | 1 |
public class BugTest extends java.applet.Applet { private final static String JLFGR =
|
| XML JDOM | 27 Jun 2007 18:28 GMT | 1 |
I have some problem in one of my xml file which value "&" in it. I am using JDOM API to extract xml data to database below is code: the error line is in SAXBuilder builder = new SAXBuilder(); code. Any one have any suggestion or ideas how to solve it ?
|
| How to dynamically edit a method | 27 Jun 2007 16:27 GMT | 3 |
I have the following code. The problem is it always display a null value. It will not successfully set the Name. THanks. import java.lang.reflect.Method; public class dynamicloader {
|
| tutorial about eclipse & tomcat. | 27 Jun 2007 10:34 GMT | 2 |
I am looking for some tutorial on eclipse & tomcat, please. Thanks :)
|
| Problem using ProGuard | 27 Jun 2007 04:24 GMT | 1 |
I'm having trouble obfuscating my jar file using ProGuard 3.9. My proguard.pro file looks like this: --------------------------------------------------------------------- -injars
|
| Learn Java Programming Languange Source Online! | 26 Jun 2007 23:35 GMT | 1 |
http://learnjava.awardspace.com This website is for people who want to learn Java Programming Language step by step. This website also includes JAVA lessons from the beginning to advanced
|
| Generics pains | 26 Jun 2007 23:17 GMT | 5 |
I am trying to create an options class that manages options for a project. In this class, the options are internally stored as Strings that can be cast to (depending on circumstances) integers, booleans, or even enums. However, I am having trouble getting the code to compile:
|
| Can I use Same TCP connection(for HTTP) to get the response fromserver | 26 Jun 2007 23:01 GMT | 7 |
I am writing a browser application. I just wnat to know is their any way to use the same HttpURLConnection to be re use to fetch the data from another URL. I know it is a silly question as Http is a Stateless application but I
|
| enforce override of method | 26 Jun 2007 22:26 GMT | 11 |
Let's say I have a class A which implements interface I, which has a method foo() in it, I want (and I must) implement I.foo() method in class A. Now, I have a Class B which extends A and therefore inherits it's
|
| create image again. | 26 Jun 2007 18:40 GMT | 1 |
Creating image issue again, it must be a path issue, however, I still no idea how to point out here. I am using netbeans 5, this project imported from the WTK 2.5. Thanks! try
|
| Error with Tomcat Jsp | 26 Jun 2007 16:28 GMT | 1 |
We have successfully installed Tomcat version 6.0, J2SDK 5.0 and set the environmental variables JAVA_HOME C:\Java TOMCAT_HOME C:\Tomcat
|
| Upgrade necessary? | 26 Jun 2007 14:56 GMT | 5 |
Sorry in advance that this post isn't specifically about programming. I have question for some of you seasoned programmers. My kid brother has asked my parents to give him money to build a new computer. He's in University taking Computer Science, and says the computer he has
|
| JDBC - Generate native sql strings | 26 Jun 2007 14:55 GMT | 1 |
I am working on an adapter which would have to connect to multiple databases using JDBC(not more than one at the same time). This adapter would have to take the SQL to be executed in the form of, say, fields to be retrieved, join condition, table name etc. I am not sure if all
|
| JPA, Oracle and stored procedures | 26 Jun 2007 14:53 GMT | 4 |
Is it possible to call stored procedures while using the JPA? If so, does anyone know where I could find documentation? My searches have turned up very little thus far. Thanks in advance!
|