| Thread | Last Post | Replies |
|
| Verifying signed jar files from C | 08 Jan 2007 02:30 GMT | 1 |
I have a double-clickable application (for both Windows and Mac OS X) written in Java (stored in jar files) that uses a native launcher written in C to start a JVM and run a particular class's main() contained in one of the jar files.
|
| Create request in JSP and handling XML | 08 Jan 2007 01:02 GMT | 1 |
I am trying to do a piece of code for my work but I can´t figure where to start from. I need to create a request to a particular URL with some parameters that a user gives me and I will send this request to an external server that in return will give me an XML file.
|
| Memory Leak | 07 Jan 2007 19:07 GMT | 1 |
I am trying to debug Java program with memory leak Can anyone suggest open source tool, some kind of heap analyzer, may be to be able to see how much memory consuming each instance Thanks in advance
|
| I want to send a mail using mailx(unix) in java code | 07 Jan 2007 16:50 GMT | 3 |
I am trying to send a mail using shell script as for that java will be a bit bulkier , so I Am using mailx command of unix . .
|
| ConcurrentLinkedQueue question | 07 Jan 2007 16:20 GMT | 11 |
Does anyone know if the implementation of ConcurrentLinkedQueue uses version numbering per the original Michael and Scott algorithm to safely recycle nodes or are using GC to collect dequeued nodes? I'm referring to the internal nodes, not the returned dequeued values.
|
| Cast String to Date | 07 Jan 2007 14:05 GMT | 5 |
I have a string s_d initialize with s_d ="31/12/2006" I want to cast to Date d =31/12/2006 ( a French format) then I want to insert into a database as like Access. How can I do that?
|
| Java versions, acronyms and names | 07 Jan 2007 12:05 GMT | 2 |
I've been confused for a while now about the names, acronyms and version numbers that Sun chose for the various releases of Java, there seems to be little consistency about how things change from one release to the next. Anyway, I've done a little research and attempted to
|
| hibernate w/derby simple crud | 07 Jan 2007 09:10 GMT | 1 |
i am really new to hibernate. i thought it would be cool to use in my hobby. i want to make the code that deals with the db more readable in my projects. i hope hibernate can help me in that regard.
|
| Java buttons help??? | 07 Jan 2007 06:29 GMT | 3 |
Ok so I've got two JFrames and I'm trying to make the buttons in the frames open a new class in the same window one class is GUIMain and one class is GUICustomer... here's the code can anyone help me??? GUIMain:
|
| Java & MS Excel - Find Cells By Cellname | 07 Jan 2007 05:47 GMT | 1 |
I'm searching for a solution to find cells in MS-Excel-sheets by their custom-cellname and edit them with Java. I tried JExcel and POI (HSSF) but did not find anything that could possibly help me..
|
| Java API to control a Real Web Browser | 07 Jan 2007 03:39 GMT | 3 |
I know this has been asked before but most of the threads are old so I am hopping that there is new solutions, because I have tried Apache Common's HttpClient and HTTPUNIT on SourceForge which seem to work for easy web pages, but any thing with JavaScript which gets fired off
|
| help with java buttons and applets? I'm desperate | 07 Jan 2007 00:52 GMT | 4 |
OK so I'm asking for some help here and looked through the topics and nothing was close to this question so if anyone could help it would be greatly appreciated... thanks... I'm trying to make an Graphical User Interface in java for a java
|
| process identification through java | 06 Jan 2007 21:35 GMT | 1 |
How to identify processes running on windows through a java program?
|
| Where is netscape.javascript? | 06 Jan 2007 20:13 GMT | 4 |
I am using JSObject to send applet's code to JavaScript. It requires imported netscape.javascript. But where can I find it? Please, help.
|
| using Launch4j | 06 Jan 2007 18:48 GMT | 12 |
I have a .jar file and i have to convert it into .exe format. I dwloaded this tool Launch4j. But im having probs with it. It doesnt accept min version of my jre. I enter 1.5.0[_07] , it gives an error...
|