| Thread | Last Post | Replies |
|
| Native Code Throwing Developer-Defined Java Exceptions | 03 Jan 2006 11:55 GMT | 8 |
How do you throw exceptions i defined myself in java from native code (C++)?
|
| JSF : Adding columns to data table | 03 Jan 2006 11:03 GMT | 2 |
I would like to know if it's possible to add dynamically columns to HtmlDataTable, or if you have any tips for that. rgds, Reno
|
| Infinite loop while calling JNI_CreateJavaVM (creating a JavaVM from C++) | 03 Jan 2006 10:59 GMT | 1 |
I have a beautiful (that's at least what I think) piece of code that soft-links to jvm.dll so that a JavaVM instance is created from C++. The problem is that JNI_CreateJavaVM never returns! Would anyone have some pointers to let me know what may be wrong in my code?
|
| Toronto Canada - Senior Java Developer/Architect -Full time position | 03 Jan 2006 08:16 GMT | 1 |
Snr. Java Developer Our Client is the leading provider of online customized remarketing solutions for the automotive industry. Their entire business is focused on providing dealers and institutional sellers with the specialized
|
| write jsp form so user can control number of fields | 03 Jan 2006 07:38 GMT | 2 |
I currently have an html form with which I gather the same information for 5 items, and then post all the data for processing to a jsp file. I would like to make a form (using jsp or php) that allows the user to choose how many items they would like to compare (1 through 5) , and
|
| Executing a .bat file from my code | 03 Jan 2006 07:33 GMT | 5 |
Is there a way to execute a .bat file from within my java code? Something like WinExec? Thanks.
|
| ClassLoader | 03 Jan 2006 03:51 GMT | 7 |
I'd like to take a stab at implementing one of my favorite scripting languages. Instead of writing an interpreter, I'd like to just use Java's compiler, by translating script into Java. Is it possible to just use ClassLoader as in this psuedocode, or am I smoking too much of
|
| RMI conundrum | 02 Jan 2006 22:42 GMT | 2 |
I send an object over RMI myRemoteMethod(myObject); But I want to do something to myObject after it has been safely serialised (ie I don't want the server to know of the change I want to make). I don't
|
| Quick HashMap Question | 02 Jan 2006 22:00 GMT | 1 |
I'm doing up a school project using java, and am a little new to it (I've worked with other languages for years though). I've seen code posted by the instructor using HashMap like this... public HashMap<Position, Integer> boardNumbers;
|
| What Happens When Native Memory Space Pointed By java.nio.ByteBuffer Is Deleted | 02 Jan 2006 21:32 GMT | 5 |
Say that i have a piece of native memory that i've wrapped with java.nio.ByteBuffer via JNI. What happens when i delete that memory space that java.nio.ByteBuffer points to? Does anything weird happens with the ByteBuffer?
|
| Are you addicted to email? | 02 Jan 2006 20:25 GMT | 1 |
You are invited to participate in a research study about email addiction. The information gathered in this survey will be used for graduate thesis work and the results can be provided to those who participate. It will take approximately 15 minutes to complete the
|
| How can check a window service is running or not in java | 02 Jan 2006 20:07 GMT | 1 |
I want to check specific Window service is running or not in java application Thanks in Advance
|
| how to working java.lang.reflect.Proxy | 02 Jan 2006 20:03 GMT | 2 |
Hi, anyone have article about java.lang.reflect.Proxy and proxy dynamic ? thanks
|
| Searching tool for clever renaming/refactoring | 02 Jan 2006 19:35 GMT | 2 |
i'm searching a tool for java source code wich can enable me to replace/refactor some (ugly) code. Let's take an example: 1/ what i have: catch (Exception ex) {
|
| print("my name is {name}, and {age}-year old {gender}", name, age, gender); | 02 Jan 2006 16:39 GMT | 7 |
I want to make a print statement as the title appears. The point is, the print function can understand which variable corresponds to the desired parameter name inside the pattern. In C# print functions, the syntax is like
|