| Thread | Last Post | Replies |
|
| java image | 08 Feb 2006 16:54 GMT | 5 |
How can i rotate a java image without using Graphics2D & AffineTransform ? .Actually i want to implement this in j2me.
|
| Homework | 08 Feb 2006 16:39 GMT | 8 |
After an idea pitched by someone here (I don't remember who, sorry), I've created this template for homework help. Changing the class or method names breaks the code, and so does adding or removing lines above the catch block, making it hard to pass this off as the student's own ...
|
| error cannot resolve symbol in jdk1.3 | 08 Feb 2006 16:36 GMT | 4 |
Dear Friends, I am newbie to java programming.I have have two classes named ReadFile.java and ReadWriteFile.java. Initially when i compile ReadFile.java it is fine no problem But when i compile ReadWriteFile I
|
| Java plugin for Firefox? | 08 Feb 2006 16:33 GMT | 12 |
I've been having some trouble with an applet written for Java 1.5 and would appreciate some guidance on getting it to work in Firefox. Until a few minutes ago, I was running Firefox Preview 1.0 and when I tried my JApplet there, I got a "plugin required" message in the applet area
|
| its urgent | 08 Feb 2006 16:16 GMT | 14 |
can any 1 send me the program code to write a java program whichs take i/p file that contains gender and gpa and then gives the o/p as avg gpa for males and females seperately this should be done using eclipse
|
| hi | 08 Feb 2006 15:44 GMT | 3 |
HI I want to use a FileDialog with parent as JDialog. i search the net but i fond that we can use Frame or Dialog as parent . please help me bye
|
| Exception problem... | 08 Feb 2006 14:53 GMT | 8 |
I am having some problems with part of my code. It is a couple of methods which are part of a much larger class but I'm fairly certain this is where the problems are. Specifically the 'buffer.close();' line. It all compiles fine but then throws a NullPointerException
|
| AJAX Newbie: load page with form | 08 Feb 2006 14:32 GMT | 2 |
I am trying to use ajax to load a page that has a <form> element. Here is my problem: if the page being loaded has a <form> element, it will only work in Internet Explorer. In Netscape, anything that is inside the <form> element will not be loaded into my main page.
|
| hi guys | 08 Feb 2006 14:19 GMT | 4 |
can any one tell me ,how to find out the interfaces that a class implements? dont say reflection i know that. but with out reflection?
|
| Reflection Inside Tomcat engine | 08 Feb 2006 12:39 GMT | 1 |
I neet do use Digester inside a Servlet to parse an XML file. Now, the problem is that Digester use the reflection to create on the fly the objects associated to the various entity of the XML file. The classes that Digester have to instantiate via reflection are
|
| EJB Application show not bound Exception | 08 Feb 2006 11:10 GMT | 1 |
Hello Friends, I am making sample Application Using EJB in MyEclipse....I have done without any error...but when i will run client java application then it will show error javax.naming.NameNotFoundException:
|
| Unable to compile class for JSP | 08 Feb 2006 09:55 GMT | 3 |
i'm using JSP on Tomcat 5.5.15 on WIN 2000 with jdk1.5.0.02 and Oracle 8i.i've the hierarchy of my project as : - TOMCAT_HOME\webapps\testing\ConsLicResult.jsp TOMCAT_HOME\webapps\testing\WEB-INF\classes\org\cris\prime\db\DBConnection.java
|
| Digitally signing XML files | 08 Feb 2006 06:58 GMT | 7 |
I wonder if there is a standard way to digitally sign XML files. 1. where do you put the signature, the public key? Can you tack them on the end, embed them in special tags? 2. what do you sign, the encoded bytes or the chars?
|
| Using the Desktop API in Java SE 6 (Mustang) | 08 Feb 2006 06:43 GMT | 1 |
This article describes the new Desktop API, which allows Java applications to interact with the default applications associated with specific file types on the host platform. In order to describe the API more effectively, the article also features a simple application called
|
| Javascript : formname.body.value.length == 0 validation | 08 Feb 2006 05:01 GMT | 3 |
We have a J2EE application which had jsp's that represent a form. When we submit the jsp's the form is converted into a mail and is sent using a mail server. In the jsp there is a validation where we check for the length of the
|