| Thread | Last Post | Replies |
|
| java.lang.VerifyError: Expecting to find object/array on stack | 20 Feb 2006 16:39 GMT | 13 |
I have folliwing error on JDK 1.3.1, that's was ok before ? Where is my Mistake ? Regards Philippe
|
| Schema validation using JAXP | 20 Feb 2006 16:25 GMT | 1 |
I am currently trying to parse and validate and XML file against a W3C schema using JAXP (SAX). I have found lots of examples using code similar to: SchemaFactory schemaFactory
|
| Arrays as key in a HashMap | 20 Feb 2006 15:39 GMT | 36 |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Hi,
|
| Java application that calls Windows API methods | 20 Feb 2006 15:14 GMT | 6 |
I currently have a simple MFC C++ dialog program that uses the Windows API SendMessage() method to send a message to another third-party application (call this "Application X") and I want to recreate that program in Java. The program contains some fairly complicated stuff that ...
|
| I am a Java Virgin! I need your support. | 20 Feb 2006 14:56 GMT | 20 |
I am a Java virgin. I have never taken any computer classes or programmed in my life, so this is all new to me. My background is more creative so this is like 180 degree turn. It's such a disruption to the way my imaginative visual brain thinks and has developed for years
|
| [Tomcat] How to pass application specific parameters to the JVM? | 20 Feb 2006 09:29 GMT | 3 |
Dear newsgroup, I'm using the JPOX implementation (www.jpox.org) of the JDO standard in a Java web application. I now want to enable the logging functionality. As described in the docs at http://www.jpox.org/docs/1_1/logging.html I have
|
| How to get a text box *inside* a table header in Swing | 20 Feb 2006 09:19 GMT | 5 |
Ok, first off, I've simplified the code down to the bare basics and added it verbatim at the end of this code, so anyone can just cut and paste it, and run it. The problem is that I want to have a JTextField at the top of each
|
| Basic event handling | 20 Feb 2006 09:01 GMT | 5 |
Can anybody tell me why this isnt working. I get two error both saying "cannot find symbol" I have denoted them witha comment import javax.swing.*; import java.awt.*;
|
| Size of popup menu | 20 Feb 2006 08:57 GMT | 1 |
Is it possible to get the size of a popup menu in AWT. I have a panel that contains an image. It appears that when the pop up menu is closed the unerlying panel is painted. This causes flashing. If I know the size of the popup menu I could just refresh the
|
| programmatic invocation of Javac | 20 Feb 2006 08:45 GMT | 11 |
I have heard in JDK 1.6 wil be a new way to invoke the Javac compiler as a class and feed it source directly as strings. I could not find any reference to this. Anyone got an URL or the keywords to find it?
|
| netbeans : can't open project folder !!! | 20 Feb 2006 08:28 GMT | 2 |
We have a problem here: We were developing a software in java on solaris10 with netbeans4.1. To make a back up of the source, we saved the whole project folder that was made by netbeans by writing it to a cd.
|
| Java 5 classloader not making static calls. | 20 Feb 2006 06:52 GMT | 22 |
I'm having the problem that classes in java 1.5 do not seem to run their static elements until the class is first used. For example in java 1.4 simply making the Class object would cause the static's to run:
|
| how to write into a text file in j2me | 20 Feb 2006 06:51 GMT | 2 |
Hi every one, I am doing a project in j2me and in that i need to add and modify my text file, which is grouped in the jar.
|
| java program launcher | 20 Feb 2006 06:19 GMT | 6 |
I want to know how to write a java program launcher for Windows. It's a .exe file to laucher a java program. Just like the one Azureus use. Basically, it equals command "java classname", but when looking at the
|
| Combining applets and javascript | 19 Feb 2006 22:38 GMT | 3 |
I'm playing around with developing a web-based application that needs to use a java applet in order to implement some advanced functionality that I don't see as being feasible with pure javascript (it involves dynamically drawing and editing vector graphics).
|