| Thread | Last Post | Replies |
|
| is possible capture InputStream Process to javaws application from another? | 06 Mar 2007 09:41 GMT | 6 |
Hello i have simple problem when launch java web start application to another java program. I do not succeed to capture the system.out of the application javaws. what is problem?
|
| How to get information about available 802.11 access points in the J2ME application? | 06 Mar 2007 02:31 GMT | 1 |
I'm loooking for an information how obtain information about the available WiFi (802.11) access points in the J2ME application. I was not able any JSR describing this topic. Is this functionality available for J2ME?
|
| type casting | 06 Mar 2007 00:11 GMT | 6 |
i keep getting confused in the type casting concept. there are so many possibilities in which some are valid and the others are invalid, can someone clear my doubts with the examples below. What would happen in the following situations?
|
| ByteArrayInputStream confusion | 05 Mar 2007 22:00 GMT | 1 |
The ByteArrayInputStream class has a read method which is "the buffer into which the data is read". How can this be possible if arguments are always passed by value? read
|
| securing my software (unique computer identification number) | 05 Mar 2007 21:53 GMT | 10 |
Ive created an application, and of course Im coming to the part i know very little about, except that regardless of the protection scheme I use, people will hack the software. I created the software with Java, and hope that this can be considered the appropriate forum for this...
|
| From C# to Java with some troubles | 05 Mar 2007 20:25 GMT | 4 |
I'm new at Java programming language. I know a bit of C-sharp language. I wrote a game in C-sharp for fun. It is a memory/find-match game (like Pairs in old Nokia mobile-phones). I wrote it in C# in 4-5 hours with great helps of Visual Studio 2005. But now, I have to write
|
| (Eclipse) Stupid Debugger Console Output | 05 Mar 2007 17:20 GMT | 3 |
Why does god damn Eclipse not send any output to the console in debug mode until termination of the program? What fecking use is that to anyone??? Is there a way to fix this? Im writing to System.err so the stream
|
| java.io.File.getAbsolutePath() vs. java.io.File.getCanonicalPath() | 05 Mar 2007 15:55 GMT | 4 |
What is the meaning of the term Canonical Path?
|
| networkaddress.cache | 05 Mar 2007 15:04 GMT | 1 |
does anyone know what the behavior of the network cache is in java 1.4.2 ? More specifically, I understand that when you do a dns request , the succesful result is cached forever by default. If I then make a tcp/ip
|
| Swing application needs | 05 Mar 2007 13:02 GMT | 6 |
What technologies, frameworks are the best to be used in the swing desktop application ? - is there any framework ? - what data storage should be used
|
| JNI C-exit(1) | 05 Mar 2007 12:55 GMT | 1 |
Hi,, A C-process (JNI thread) connected with some thread.. i found few problem... 1. When I want to suspend i called wait().. it was
|
| J2ME - Can a Form have Buttons? | 05 Mar 2007 12:21 GMT | 1 |
Is it possible to place buttons on a Form? I tried to place little images to act as buttons, but some cell phones did not allow the images to gain focus. What is the way out? Thanks.
|
| JNI: compiler error while trying to compile a file | 05 Mar 2007 12:01 GMT | 2 |
// call the getName Method stringName = (jstring)env->CallObjectMethod(parIntObj, mid3); Hello again I'm buiding a jni interface and I get a compiler error while trying
|
| Partial Save requirement | 05 Mar 2007 11:36 GMT | 1 |
Hi all, maybe someone can help me with this problem. We have a new requirement for our application: a partial save button for a form. We have a form, where the client can save a new 'Account" (an
|
| -Xconcurrentio | 05 Mar 2007 11:27 GMT | 2 |
reading http://java.sun.com/docs/hotspot/HotSpotFAQ.html I don't quite understand what could be the benefit of using this option
|