| Thread | Last Post | Replies |
|
| ERROR: JDWP Unable to get JNI 1.2 environment? | 28 Jan 2008 07:20 GMT | 1 |
I'm running java version "1.6.0_03" Java(TM) SE Runtime Environment (build 1.6.0_03-b05) under NetBeans IDE 6.0 (Build 200711261600), which I believe is the latest version. I get the following error after my programs complete (my programs
|
| Graphics help please | 28 Jan 2008 07:12 GMT | 18 |
I've got some code below, in its early stages - my ultimate goal is to be able to render pixel graphics to the screen, but I don't want to render an entire image and then display it. I'd prefer to have it shown as it draws, so that I can see the activity (for the time
|
| Getting an integer from the beginning of a string? | 28 Jan 2008 05:01 GMT | 2 |
I'm trying to obtain an integer from the beginning of a string. The integer is of arbitrary length, followed by a delimiter, followed by the rest of a string (which I need to preserve to do further parsing on. ie, if ; is the delimiter, then the string might look like:
|
| A question about getting object address with sun.misc.Unsafe class | 28 Jan 2008 02:10 GMT | 1 |
I'm wondering why sun.misc.Unsafe class allow us getting address of an object. I'm assuming that address will be changed by GC so it's really UNSAFE to use that address in any situation. Is there any useful usage of this object address from using UnSafe
|
| why a class can't access protected method from another class in the same package,the method is interited from the ohtner class from differnt package? | 28 Jan 2008 02:09 GMT | 3 |
package XX; class A { protected void kk ();
|
| Dictionary Builder Application | 28 Jan 2008 01:07 GMT | 2 |
I have created a program to build a dictionary file. This program uses a simple socket connection to a news server and stores each word in a article found in every group. These words are stored in a hash table to help make the insert time of each word as small as possible. The ...
|
| Tell me output | 28 Jan 2008 00:54 GMT | 3 |
public class Test { public void disp(Object o) { System.out.println("Object Vesion"); }
|
| resizing and redrawing | 28 Jan 2008 00:43 GMT | 5 |
I'm trying to redraw an image after I resize the window, but the image disappears everytime I resize. How do I scale the image to the size of the window? Or, another way you can look at it is: I click points onto a screen and when I resize the window, I want the points not to be
|
| Where is the driver and how to connect? | 28 Jan 2008 00:42 GMT | 7 |
I am new to JDBC. Can you help me on how can I know that I have the driver I need to connect to some kind of database... say MS Access or SQL Server or Firebird or Paradox? And how to connect to the database?
|
| Application security question | 27 Jan 2008 21:38 GMT | 4 |
I need to implement login security for a database system and would appreciate some suggestions. The database will be hosted on a Linux system, but the graphical query and maintenance applications may be run anywhere - Linux, OS-X or
|
| Calendarweek in SimpleDateFormat | 27 Jan 2008 18:24 GMT | 6 |
I want to display a String that contains the calendarweek and the year. So I used the following format: SimpleDateFormat weekFormat = new SimpleDateFormat("'KW' ww '/' yyyy");
|
| euclidean distance calculation | 27 Jan 2008 17:23 GMT | 7 |
i was trying to learn face recognition using eigenfaces .i came across a face recog engine written by konrad at www.darnok.com. I came across the part about euclidean distance calculation in this..can someone explain the mechanism/maths in it
|
| How and where to store a SecretKey | 27 Jan 2008 02:53 GMT | 3 |
The typical tutorial on Java encryption such as <http://java.sun.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.ht ml#SimpleEncrEx> shows you how to generate a SecretKey and use it immediately to encrypt and decrypt some text. I have not found any guidance on where
|
| keying error notification | 27 Jan 2008 02:42 GMT | 3 |
I have been thinking about the best way to notify the user of errors while keying. 1. verbal, the user can fix the error while the voice continues. Java does not have a decent sound API that works outside Applets, is
|
| new open source MDA project Witchcraft- generate 80% of app code | 27 Jan 2008 02:28 GMT | 5 |
We are writing an MDA tool - witchcraft to generate complete enterprise application code with crud, search, security,web page flow, handheld access, web services etc from a UML 1.4 / 2 model. Development is all new and very intriguing as we have just started
|