| Thread | Last Post | Replies |
|
| Free java installer with capability to bundle jvm | 22 Jun 2006 12:14 GMT | 2 |
I'm looking for a way to create an executable with included jvm of my java project so that the end user doesn't have to have java installed to use the program. Preferably the executable would check for an existing jvm and install the bundled one if it doesn't find any.
|
| Please,HELP ME!! | 22 Jun 2006 11:58 GMT | 1 |
Safe to all.. I have had an urgent need of sapre in that manner I can create a message of mistake in the case in which a JTextField contains numbers! I do not know if I have explained, in practice I want ke in this Jtext alone characters are contained and not
|
| XmlBeans problem | 22 Jun 2006 11:29 GMT | 1 |
Folks, can you suggest a way around this feature of XmlBeans? I have have two XML Schema, furniture_table.xsd and html_table.xsd (see below) that both define a root
|
| Problem in static method | 22 Jun 2006 09:13 GMT | 2 |
I have this program that builds and writes anagrams in a static method. public class Anagramma { static int livelloRicorsione=-1; public Anagramma() {
|
| Exception in thread "main" java.lang.ClassCastException: [B | 22 Jun 2006 09:07 GMT | 8 |
i need a disperate help.....i'm crazying on this problem and i don't find an exit. I know this exception mean a bad casting...but can you help me to know how solve it? Without your help i'm not able to go on...
|
| EJB Woes | 22 Jun 2006 08:43 GMT | 5 |
I'm trying to create a Simple EJB application based on Ed Romans Mastering EntepriseJava beans. So far I have: 1. Downloaded and installed J2EE 2. Written an compiled The Remote interface, the local interface, the Home interface, the local home interface
|
| struts - jsp used to set property attribute in <html:errors/> tag | 22 Jun 2006 08:37 GMT | 1 |
I was wondering if anyone has seen something like this before. It could be a struts issue with jsp.... maybe the property attribute in the <html:errors /> tag doesn't work with dynamically generated text?
|
| Passing an integer aray fron a c func | 22 Jun 2006 07:20 GMT | 1 |
hi frnds i want to return an integer array fron c prog to java how do i proceed with it .....i tried with some code but is is not working......please tell me wat to do and where i m wrong my code is
|
| java dll | 22 Jun 2006 06:41 GMT | 4 |
I'm writing a program in c++ that needs to interrogate a DLL that has a number of functions in it. I have a source code that is written in java is this possible to convert this code to dll using some tool so that i can use it in my c++ program?
|
| applets | 22 Jun 2006 04:55 GMT | 1 |
I am writing a signed applet that needs to write to file and use socket connections. I have found that even with a signed applet it seems that the only way to do this is to edit the .java.policy file and add the lines
|
| Null Pointer.... | 22 Jun 2006 01:04 GMT | 3 |
I am getting a NullPointerException and cant find the reason why its doing... looks to me my typecasting is fine... Please see error line public void validate(Object domainObject, String action,
|
| do Java Users Groups still exist? | 22 Jun 2006 00:47 GMT | 4 |
just curious. I'm in the bay area now, and can't find any.
|
| Logger info | 21 Jun 2006 20:44 GMT | 5 |
i need to change the Formatter for the Logger that write on the console. My code is something like that: logHandler = new FileHandler("RecVenduto.log", true); theLogger.addHandler(logHandler);
|
| String.getBytes wierdness | 21 Jun 2006 20:16 GMT | 2 |
I'm playing around with some of the digesting classes to see if I can't write a quick file comparer(diff) utility for practice. What I am doing is taking a string, digesting it, then comparing it to a digest to another string to see if they are equal(trying to use something along
|
| Tomcat classloader | 21 Jun 2006 19:14 GMT | 2 |
I have a web application that performs an XML transformation with an XSLT style sheet. It uses standard transformation classes from jax.xml.transform, Transformer and TransformerFactory. The result is saved in a StreamResult object.
|