| Thread | Last Post | Replies |
|
| Sandboxing a computation? | 21 Sep 2007 12:37 GMT | 20 |
Is it possible to reliably sandbox a computation in Java? To clarify, I'm not talking about the "in a web browser" meaning of "sandbox"; I'm looking at doing a variant of evolutionary computation, where subprograms are generated at random and tested against a fitness
|
| CLOB issue with JDBC, IBATIS and Oracle 10g | 21 Sep 2007 12:06 GMT | 1 |
I have some JAVA code to make connection and insert some data into Oracle 10g via Ibatis framework, its failing for CLOB data type, Can you please help me to resolve this ? see the JAVA code flow below
|
| How do I anchor JPanel location? | 21 Sep 2007 11:05 GMT | 17 |
The subject to this may make you think that I have a rather simple problem - and hopefully it is for some guru out there. I have created a JTabbedPane into which I place JPanel's to create the tabs. Each of these JPanel's contains three more panels which are
|
| java runtime problems | 21 Sep 2007 07:55 GMT | 2 |
Hello all. I have a very simple problem. I am seeking to develop java apps on mepis linux (ver. 3.4-3). I have installed jdk 1.6.0 and i am having runtime error problems. It seems like a simple matter, but i do not know how to solve the problem i am having. I have
|
| Is this a JDK bug? | 21 Sep 2007 05:56 GMT | 6 |
I am using linux-jdk 6 (update 2) on freebsd... all my other code runs fine (all non-GUI) but this little snippet opens the JFrame then immediatly closes it and exits: import javax.swing.JFrame;
|
| SCJP Exam Prep | 21 Sep 2007 05:50 GMT | 6 |
I'm preparing for the SCJD exam. I need two suggestions. 1) The book I'm using so far is by Phillip Heller and Simon Roberts and is called "Complete Java 2 Certification Study Guide Fifth Edition". Is this the best book to prepare form or are there any
|
| applet and frame | 21 Sep 2007 04:39 GMT | 2 |
i want to write a program to open a frame when i click a button in applet window. can any one help me in this ? advance thanks
|
| java.util.Date formatting | 21 Sep 2007 02:09 GMT | 7 |
I have a date stored in a Date variable, which I need to compare against todays date to see if it in the current month. I have to use java.util.Date to do this (college assignment...) Is there a way to get just the month from a Date var, or perhaps
|
| Extract parts from a Multipart/Related email using Java Mail API | 21 Sep 2007 00:00 GMT | 10 |
I would some advice/code on how to extract the various parts from a multipart/related email in order to save the correct parts to the correct database tables. I need to extract the text portion of a multipart/related email and
|
| comparison of protected members vs abstract classes | 20 Sep 2007 22:55 GMT | 6 |
I often debate to myself the best approach to an inheritance implementation problem. Say I have a abstract base class that does all the heavy lifting for a task. The only thing subclasses need do is fill in some blanks -- data
|
| UML for Eclipse | 20 Sep 2007 22:09 GMT | 3 |
I was modeling something using java eclipse. I wanted to know if there are any tools for eclipse where I can use/draw a UML?? That will help me organize my program a lot more.
|
| httprequest can't find servlet | 20 Sep 2007 17:13 GMT | 12 |
I am trying to do a httprequest to a servlet but i always get 404 from the server ? url = POST http://localhost:8001/appointment.do servlet =
|
| Streaming Project / red5 | 20 Sep 2007 14:43 GMT | 12 |
Hi Java-Developers, i'm looking for a solution for the following project: I have a Travelmoviewebsite called www.triponia.com and I'm planning to integrate some "WebTV boxes". Currently every movie is shown by
|
| problem using native mthods | 20 Sep 2007 13:04 GMT | 3 |
I've just learnt using JNI. I'm writing a program that uses some native methods to do some of its jobs. After the program do its job completely I call System.exit(0) but a
|
| Calling WebService from JavaScript | 20 Sep 2007 12:18 GMT | 3 |
I'm under Java and I'm looking for a JavaScript framework which simplify WebService comsumption from JavaScript scriptings. I tried the great Microsoft Ajax Library but it seems strongly linked to ASP.NET.
|