| Thread | Last Post | Replies |
|
| Problems throwing from C Native Code | 26 Jun 2006 18:27 GMT | 1 |
Can anyone tell me why this isn't working? I am using JNI and trying to throw an exception that has more arguments than a single string, so I can't use ThrowNew. However when I use Throw the compiler complains "error: structure has no member named
|
| JSF and JSTL | 26 Jun 2006 18:25 GMT | 3 |
Hi all, I'm new in JSF and I'm making my first test applications. As you can see below, I have a bean named personBean who has an attribute (edad). The attribute is an int at the backend bean. My question is:
|
| Events with dll in java | 26 Jun 2006 17:52 GMT | 1 |
I want to develop a keylogger-like in java (not for hacking, my programm which work in background has a hotkey to have interaction with the selec program). Atfer many researches in the net, i must use a native code and to load the dll with java. I don't understand how the
|
| Extract bits from byte array | 26 Jun 2006 17:23 GMT | 1 |
I will have an array of 48 byte that will correspond to 48 different registers. Each register has different fields (eg. register 1 has 1 field of 2 bits, and another field of 6 bits, register 2 is composed of 1 2-bit field and 6 1-bit fields.)
|
| COM object | 26 Jun 2006 16:31 GMT | 2 |
I want to make a COM object that opens a URL. This COM object is going to be called by a Java application. Does anyone have an example or a link to some useful tutorials here. I have experience programming in Java but not COM.
|
| OS for JVM | 26 Jun 2006 15:50 GMT | 5 |
Developing an operating system in Java for Java Virtual Machine.
|
| Duplicate entries were found for taglib-uri | 26 Jun 2006 15:31 GMT | 2 |
Trying to get Hibernate & struts working. Getting a duplicate "entries were found for taglib-uri"?????? Thanks clive
|
| where can i get the source for the wtk libraries? | 26 Jun 2006 15:19 GMT | 1 |
I searched on Sun's site and cant seem to find the source code for the jars in WTK 2.2. I'm looking for the source code files of cldcapi11.jar and midpapi20.jar
|
| StreamTokenizer and unicode | 26 Jun 2006 14:50 GMT | 1 |
i'm trying to parse a file using StreamTokenizer class. the file has strings like "Hello\u1234There". StreamTokenizer returns this as a string "Hellou1234There". i understand this class is not unicode capable - but any hints
|
| List question | 26 Jun 2006 14:37 GMT | 23 |
I'm pretty new at Java. One thing I'm wondering about is, I see declarations like: List <int []> L = new ArrayList <int []> (); I understand the generic part of this line, but I don't understand why
|
| hOW Can I ... | 26 Jun 2006 13:40 GMT | 1 |
In an overview, can someone tell me whats involved in writing an application that can send SMS to phone. What r the various parts of this application? And is there any difference b|w that and an application that can make calls to a phone.
|
| Indipendent threads in Java | 26 Jun 2006 13:01 GMT | 3 |
I would like to know if there's a way to make in Java two or more indipendent threads, without freezing one of them (such as with join() and yield() methods) on one side and without letting one of them terminate before its natural end on the other.
|
| Package Problems | 26 Jun 2006 11:42 GMT | 3 |
I am trying to put some java files into a package however it is causing me problems. I have 4 JAVA Files called Node, Tree, Coalesce and Utilities. When I put them into a package (called webb.tree) and compile them, they
|
| JTree application | 26 Jun 2006 11:09 GMT | 3 |
I'm using a JTree to visualiza an XML file: I create the various node with: new DefaultMutableTreeNode("THIS IS: string to show"); I'D like to have the string separated in 2 parts,
|
| Trouble in entering numbers after decimal points - JFormattedTextField | 26 Jun 2006 10:20 GMT | 1 |
I'm having problem with entering numbers after decimal point. I 've set two numbers after decimal point. when I add first time it's working. When try to override it takes third number & rounding it off and adding it.
|