| Thread | Last Post | Replies |
|
| javax.mail | 24 Jan 2005 13:40 GMT | 1 |
As the javax.mail classes are only available for J2SE by downloading the JavaMail API, does that mean you have to do the same for the JRE? cheers
|
| destdir for jar in build.xml | 24 Jan 2005 08:25 GMT | 1 |
How can I get specify where a jar gets created, please? //////////////command line////////////// Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp.
|
| Exception in thread "Thread-0" | 23 Jan 2005 23:30 GMT | 3 |
What does this error mean, please? I don't know if it's due to how packages and classpath are being used with javac and java, or if it's the code itself. ///////////////////command line//////////////////
|
| servlet warning | 23 Jan 2005 18:14 GMT | 1 |
I am using Eclipse to write a servlet, but it always give the warning that "the serializable class Myservlet does not declare a static final serialVersionUID", what does this mean? Thanks,
|
| why won't netscape 7.2's java enable a stock quote? | 23 Jan 2005 13:09 GMT | 3 |
Hi, I am beyond a newbie, I am a complete ignoramus as to java. Nor do I really want to know much about it. Sorry. All I want to know is this: Why won't my Netscape 7.2 browser give me a stock quote at www.msn.com?
|
| Fonts and Newbie | 23 Jan 2005 12:09 GMT | 1 |
I teach myself Java and use a book "Java 2 Grand Cru" written by Steven Holzner and issued in Holland by Easy Computing. I am half way now. I try the next example but that do not work and I can not find why? The buttons do not give the problem, I suggest. I think the problem is ...
|
| Passing Array as a parameter - using short cut syntax | 23 Jan 2005 10:12 GMT | 2 |
Iam having a method which accepts an array as a parameter. public void myMethod(String[] names) { // do something with names }
|
| Compile with goto | 23 Jan 2005 02:22 GMT | 2 |
I have a problem that you may be able with java and since there is no java catergory I have to post it here, when I try to compile java source with the goto function, I try to compile it with javac.exe and it doesn't work so I try to compile it with javac_g.exe and it comes
|
| Java method equivalent to matlab's find function | 23 Jan 2005 00:20 GMT | 3 |
Hi, before attempting to write my own, I'd like to know if there exist any Java method that behaves as the Matlab's find() function ? TIA,
|
| Container c = getContentPane(); ??? | 22 Jan 2005 23:28 GMT | 4 |
To prove that this method getContentPane() exists type in "this." and if you have an advanced editor like JBuilder, Eclipse the methods will come up including getContentPane().
|
| Problems with JPanel and Graphics | 22 Jan 2005 19:08 GMT | 3 |
I would like to make a green rectangle inside of a blue (So it looks like the blue color is a frame around the green area). But for some reason I only get the top and left side blue. The bottom and the right side is all green. Hope someone can explain.
|
| [Process] I don't understand where is the problem | 22 Jan 2005 17:29 GMT | 3 |
I need to capture an offscreen window on WinXP Platform and show the image in a Canvas. It isn't possible with Java, so I use a little python script that send WM_PRINT message to OS. Everything works fine if the script isn't called from the java app. When
|
| text to printer | 22 Jan 2005 17:11 GMT | 1 |
How can i print(To a Printer) the JTextPane text contents? Do I use the awt.print.*? Is there a more simple way ? Giuseppe Italy - Sicilia
|
| J2ME Compile Error | 22 Jan 2005 14:49 GMT | 4 |
lfin...@yahoo.com Jan 20, 11:35 am show options Newsgroups: comp.lang.java.programmer From: lfin...@yahoo.com - Find messages by this author Date: 20 Jan 2005 11:35:47 -0800
|
| Parsing html page title | 22 Jan 2005 11:05 GMT | 2 |
I wish to extract the information on the title bar of a series of web pages. I am then adding the information to a access database. I have made an enquiry in the access group and "parsing" of the page was mentioned. I am a basic user of "end product" software and have no
|