| Thread | Last Post | Replies |
|
| Does anydoby pass the SCJP? | 31 Mar 2004 06:34 GMT | 2 |
Does anydoby pass the SCJP? Can you suggest some braindump sites or exam tips to me?
|
| Hello World for XSLT | 31 Mar 2004 02:36 GMT | 2 |
I'm trying to do the equivalent of a "Hello, world" program for XSLT, and it's failing. I have Sun's JAXP 1.2.4 & JDK 1.4.2, on an XP Pro box. I have successfully been able to create DOMs and write them
|
| gridlayout | 30 Mar 2004 21:25 GMT | 1 |
Can anyone point me to an online tutorial for using gridlayout or a simple method for positioning and moving buttons, labels etc. A bit like in Delphi Best wishes, Jim
|
| Intro articles on JavaSpaces? | 30 Mar 2004 19:54 GMT | 2 |
Can anybody point me at some recent intro articles on JavaSpaces and indicate whether there are any open source implementations available?
|
| Table Header | 30 Mar 2004 18:06 GMT | 1 |
How can I change border of table header. Thanks in advance
 Signature To reply please remove NOSPAM
|
| Newbie Question: CORBA programming in J++ | 30 Mar 2004 16:08 GMT | 1 |
I receive an error message when including the following line in J++: import org.omg.CORBA.*; Undefined package 'org'. How do I set up my system to recognize org.*? A step by step solution will
|
| JAR/JSP help | 30 Mar 2004 15:01 GMT | 4 |
Perhaps I know absolutely NOTHING about how to properly JAR a file, but here were my steps: 1) I have a class called ChatGlobals.class whose source code is configured as so:
|
| appending paths | 30 Mar 2004 14:07 GMT | 8 |
Given 2 paths as File objects: 1. C:/a/b/c/ 2. ../d How do I append #1 and #2 to get "C:/a/b/d"?
|
| Can't compile a java file. | 30 Mar 2004 11:54 GMT | 10 |
I'm completely new to java, so please bear with me. I've tried to work on a source code file for an applet where the source code is completely free, however I can't get it to compile. Even the provided source code will not compile on my machine (windows xp) without ~41 errors..
|
| .jar files and Class-Path | 30 Mar 2004 11:07 GMT | 1 |
I am trying to load a MySQL driver from another .jar file with the following line: Class.forName("org.gjt.mm.mysql.Driver"); This causes a ClassNotFoundException, even if I include the file
|
| image update | 29 Mar 2004 23:01 GMT | 1 |
Hi gardians of Java, Is this the right to do what it does?I must be sure the myOffImage (double buffering) is complete before asking the method flipV to flip it.
|
| CallableStatement with many arguments | 29 Mar 2004 21:17 GMT | 4 |
First some system info: I?m using MS SQL-Server 2000 and Microsoft SQLServer 2000 Driver for JDBC (which is java 1.3 compatible, and uses JDBC spec 2.0). What I?m trying to do is to call a stored procedure in the database with quite alot of arguments (41 in this example).
|
| Job Opportunity | 29 Mar 2004 20:39 GMT | 1 |
Respected members, Around 500 to 600 employment in every city. Salary will be from 2,700 to 12,000 as per profile. Plus travelling allowances. Send your resume today at netgroup@rediffmail.com with subject "Resume"
|
| Some short code problem. | 29 Mar 2004 19:44 GMT | 7 |
I have a problem with explanation of the following question: What will be the result of the following code: int m = 0; while( m++ < 2 )
|
| JVM For windows | 29 Mar 2004 19:23 GMT | 21 |
Well, thanks Sun Microsystems. Because of the court case against Microsoft, I can no longer download and install the Microsoft Java Virtual Machine for Windows 2000 SP4. Instead, I only have the option to install yours. WHY? The Sun JVM is a bigger install, slower and
|