| Thread | Last Post | Replies |
|
| javax.naming.NameNotFoundException | 19 Mar 2005 15:45 GMT | 1 |
I have a problem running my client program on JBoss. It gives javax.naming.NameNotFoundException Cud som1 help regarding this.
|
| java.lang.NoClassDefFoundError | 19 Mar 2005 15:29 GMT | 6 |
When running my app from within NetBeans it works perfectly but when I start the dist jar version (all up to date) I get this error: Exception in thread "main" java.lang.NoClassDefFoundError: FilmGUI/jar 'java' is in the classpath and the same thing happens regardless of
|
| GUI front-end for command line app | 19 Mar 2005 11:31 GMT | 1 |
from <http://thufir.lecktronix.net/> there's a link to a directory of files, including Test16.java, which is from <https://sourceforge.net/docman/display_doc.php?docid=1298&group_id=13153>. Test16 takes command line arguments. Could a small class create a GUI
|
| inline manifest creation | 19 Mar 2005 10:05 GMT | 2 |
build.xml creates test.java, which has a correct looking MANIFEST.MF file. However, I think there need to be two copies of MANIFEST.MF, one in the META-INF directory, copy further up. or, is there a problem with the value
|
| java & ant work, javac and jar don't | 19 Mar 2005 10:01 GMT | 3 |
Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\Documents and Settings\Administrator>set ALLUSERSPROFILE=C:\Documents and Settings\All Users
|
| jar executable | 19 Mar 2005 07:58 GMT | 1 |
I created a jar which is executable.Is it possible to set the path to java runtime in the jar without setting path by useing a batch file. In other words, I know the system has JRE and I know the location, but JRe is not set in Windows path. I would like to set this path before the
|
| Setting default Java command line switches | 19 Mar 2005 01:34 GMT | 5 |
Due to an incompatibility with the graphics card on my laptop, Java gui applications do not display or function correctly. I have found that this can be fixed by adding the switch "-Dsun.java2d.d3d=false" when calling a java application
|
| help with java code --new to programming | 18 Mar 2005 18:12 GMT | 9 |
The assignment is to write an application that keeps displaying in the command window the multiples of the integer 2 - namely 2,4, 8, 16, etc. in an infinite loop. I can not use math.pow This is my code
|
| NullPointerException when starting | 18 Mar 2005 13:03 GMT | 1 |
When i start my program it gives me a NullPointerException and explains that getCustomerFile() is responcible. Or it did, now i just get the wonderfull error message "null"...
|
| java.util.Scanner not in 1.4 | 18 Mar 2005 12:08 GMT | 2 |
I found this cool piece of code in another message in this group and I wanted to try it out for myself so I plugged it into Eclipse. The java.util.Scanner class is not part of the jre I use so I have to download and install yet another jdk/jre or is there a substitute class I ...
|
| How to parse an String to Integer with grouping, decimal separators ? | 18 Mar 2005 09:20 GMT | 6 |
As well known a decimal can be written with decimal separators. E.g 1,234,567.89 (US format) 1.234.567,89 (European format) How can I parse a String which contains such a inetger number into an int variable.
|
| Help with ChromatogramApplet notinited error (desperate for a solution) | 17 Mar 2005 20:29 GMT | 1 |
I'm simply trying to run that small bioinformatic Java utility, locally on my computer: "Chromatogram Applet, Release 1, 6/30/96 by Eugen Buehler"
|
| Need Relative Path File Object Creation | 17 Mar 2005 19:54 GMT | 6 |
My project folder is c:\jdk1.5.0\bin\nb Under this folder there is another folder named RSC. c:\jdk1.5.0\bin\nb\rsc
|
| "Factory" method? | 17 Mar 2005 16:57 GMT | 2 |
Can someone explain the difference between a static class method and a static factory method? Thanks.
 Signature Luc Van Bogaert (E-mail ROT13'ed)
|
| how to use md5 hasing on password | 17 Mar 2005 16:24 GMT | 4 |
I am doing a web application using JSP I would like to use md5 hashing for the login password. Can anyone provide me some source code on md5 hashing using Java?? java.security.MessageDigest , is it useful??how to use it?
|