First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
how to convert c struct to java classes
On Wed, 23 Dec 2009 02:03:25 -0800 (PST), warrior <chandu.kushi(a)gmail.com> wrote, quoted or indirectly quoted someone who said : 1) how to convert c struct to java classes see http://mindprod.com/project/readc.html http://mindprod.com/project/structreaderamanuensis.html 2) How do i code the function pointer... 23 Dec 2009 12:07
32-bit characters in Java string literals
Let's say you wanted to include some 32-bit characters in Java String literals. I understand what the stream would look like in UTF-8 or a int[], but what I am curious about is the cleanest way to create string literals in a Java program containing such awkward characters. -- Roedy Green Canadian Mind Product... 28 Dec 2009 16:16
drools+rational 7
Has anyone had any experience with this ? How to install ? Thanks. __________ Information from ESET NOD32 Antivirus, version of virus signature database 4640 (20091126) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ... 23 Dec 2009 13:38
enum or FK question ?
public class Car{ long carId; short carType; } This class is mapped to table Car. So my question is is it better to have one more table names let's say CAR_TYPE which will have have columns like (NUMBER(15) type Id, VARCHAR2(200) typeName) and than a FK from table CAR or an ENUM names CAR_TYPE ? ... 22 Dec 2009 10:20
JApplet + JNI working only in Safari
Hello techies, I've developed an applet which is signed and also loads 3rd party dll's runtime. I'm using JNI to link my DLL's with JScript. To my surprise the platform independent JVM fails to load my DLL in most of the browsers except Safari. In safari the behavior is as expected. Indeed one of the dll is get... 23 Dec 2009 12:07
Generics annoyance
Here's a little issue from my code that bugging me right now. I have a generic class that implements Callable<Void> private class SortTask<T extends Comparable<? super T>> implements Callable<Void> { ... @Override public Void call() throws Exception ... 18 Dec 2009 11:36
X11 based GUI toolkit for java on unix AND windows
Does anyone know of an X11 GUI toolkit for java that is available on both unix and windows? gnome-java is unix-only but is otherwise just the sort of thing I am looking for. Regards, Andrew Marlow ... 15 Jan 2010 03:53
Checked Exceptions
If I read one more blog about what a new language should have (*) where the author can't wait to show how "in" he or she is by excoriating checked exceptions I'll probably write a new blog "Stupid New Language Blogs are Considered Evil." :-) Seriously, get over it already. The supposed anguish that checked e... 17 Dec 2009 22:35
how to kill a java thread by force?
in my project, sometimes some java thread can't be killed immediately, is there any good ways to slove the problem? in java API Thread.java, there isn't stop method, whether it means in java, App writer can't kill a thread forcely or there is some around methods? ... 14 Dec 2009 18:49
Why can nsmc, local classes or anonymous classes have staticmembers ?
On 12-12-2009 16:27, Rit wrote: I could not understand why nsmc, local classes or anonymous classes cannot have static members ? Can some throw light on that ? Anonymous classes can not have static methods because those can not be called by anyone. I don't know what you mean by nsmc and local classe... 3 Jan 2010 13:49
First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86