| Thread | Last Post | Replies |
|
| Free Certifications from www.Brainbeez.com | 31 Jan 2008 16:02 GMT | 7 |
I have just come across a website called www.brainbeez.com We can get certified for free for various exams like C, C++, JAVA, ORACLE, Computer Fundamentals and the certificate would be given
|
| How to assign global keys for Java/Swing application? | 31 Jan 2008 14:19 GMT | 1 |
Global keys, i.e the key combinations like Ctrl+<space> etc or even Fn keys for executing certain tasks.
|
| Logging HTTP Headers in HTTPS connections | 31 Jan 2008 05:03 GMT | 9 |
I am creating a HttpsURLConnection to use HTTPS to talk to a server. Is there a way to log the plaintext HTTP request headers on client side? I have no access to the server side, so this is no option. I was already looking for a solution using an own SSLSocketFactory
|
| classpath problem ? | 30 Jan 2008 05:30 GMT | 5 |
I have installed Netbeans 6.0 on my Win XP platform, which has Java 1.6 installed, and if I try to run an executable jar straight from the Windows Explorer, I get the "could not find the main class. Program will exit" message. ( the program runs within the IDE with no problem )
|
| How to import an external jar? | 30 Jan 2008 04:17 GMT | 12 |
Hi every body I'm new user in Java programming and when I compile a java program with external jar....I get errors here is the code
|
| Cabos/Java Problem | 29 Jan 2008 18:06 GMT | 2 |
When I launch Cabos I receive the following error: "The Java software cannot be loaded Please visit Java software site to easily obtain the Java software" When I goto http://www.java.com/en/download/installed.jsp and click
|
| String.split() -- If Last String is Empty? | 29 Jan 2008 06:11 GMT | 2 |
If I have a String like "Field 1\tField 2\tField 3\t" and I use String.split("\t"), I'll get an array with 3 elements. I'm working with data that is used by both Perl and Java programs. Perl handles it differently and, in this case, it works better. If I split the same string
|
| IndexOf for whitespace | 29 Jan 2008 04:10 GMT | 5 |
What if you wanted the indexOf either a space or a \n whichever came first. Have you a slick way to code that? Pedestrian possibilities include: 1. pair of indexOfs , take minimum ignoring <0s.
|
| How to get a URL encapsulated in a SWF file(Flash)-post again | 29 Jan 2008 02:48 GMT | 7 |
The Flash usually combines ActionScript. with a script like on (release) {
|
| Problem with AppendChild | 28 Jan 2008 22:59 GMT | 1 |
Bonjour, I'm having troubles with AppendChild (same with InsertBefore): I already have a node: <CLIENT-SERVER-INTERFACE>
|
| KeyEvent.getKeyText won't show keys since Leopard/Intel | 28 Jan 2008 20:12 GMT | 1 |
I recently switched from PPC 10.4.11 (Tiger) to Intel/Leopard. A project of mine has code like this: protected void processAWTEvents (AWTEvent[] evt) {
|
| What is more "usual": creating webservice from existing java class or starting from WSDL definition ? | 28 Jan 2008 20:02 GMT | 4 |
As well known one can start to create WebServices by two ways: 1.) create a WSDL from an existing java class (with webservice annotations) or 2.) Create a java class source skeleton from an existing WSDL definition file.
|
| applet initialisation in IE7 | 28 Jan 2008 09:59 GMT | 2 |
When using IE7 to browse to a site that uses a Java applet in Vista 32 Home Premium the site will stall for about 20 seconds while the applet is initialised. Once initialised the issue is gone unless the browser is closed in which case Java has to initialise again.
|
| javamail | 27 Jan 2008 07:47 GMT | 3 |
i want to thank every one who replied to my post , but unfortunetly my work is not done , the information provided to me by some the members was relevent , but yet my question : how can i get the name of incomming mail server and
|
| Question on Generics Syntax | 27 Jan 2008 02:57 GMT | 6 |
I'm going crazy with the proper syntax of Collections.binarySearch(): http://java.sun.com/javase/6/docs/api/java/util/Collections.html#binarySearch(ja va.util.List,%20T,%20java.util.Comparator) I've been searching Google and Google Groups for similar questions, but, while this ...
|