| Thread | Last Post | Replies |
|
| Discussion on technologies-Bangalore & Chennai, India | 03 Oct 2007 15:45 GMT | 1 |
A leading MNC is organising an informal event in Bangalore, India (Oct 6, 4 to 5 PM) and Chennai, India (Oct 14/15 - Tentative) to discuss different aspects of a technology and its use in business. The objective of the discussion is to
|
| hi pls help | 03 Oct 2007 15:41 GMT | 2 |
String query="select status from menu_logs where menu='Initialisation Of the month'"; ResultSet rs=stmt.executeQuery(query); menu_logs:
|
| SSLException when running as JWS/JNLP rather than in NetBeans | 03 Oct 2007 15:26 GMT | 3 |
I'm getting a nasty internal SSLException when talking to a Servlet that is proxied behind an SSH tunnel, when called from a deployed (and signed) Web Start Application: Caused by: javax.net.ssl.SSLException: Received fatal alert:
|
| Accessing context parameters from web.xml in java class | 03 Oct 2007 14:58 GMT | 5 |
My web.xml is as follows: <?xml version="1.0" encoding="UTF-8"?> <web-app id="WebApp_ID"> <display-name>Reports</display-name>
|
| Why a dot file cannot be deleted after running a Java program? | 03 Oct 2007 14:38 GMT | 5 |
I have noticed that after running my Java program, there is a dot file that cannot be deleted. (I use linux). Following is the screen shot: $ls -a . .. .nfs009da645000007c3
|
| Convert from text string "Hello" to floating-point number issue | 03 Oct 2007 13:59 GMT | 15 |
My java lecturer has given us an assignment related to casting and type conversion etc. One of the conversions he wan't is convert "Hello" to a float. I suspect this is a trick question on his part as "Hello" is not a
|
| JDK 1.6.0_03 is out | 03 Oct 2007 13:50 GMT | 3 |
JDK 1.6.0_03 is out. See http://mindprod.com/jgloss/jdk.html http://mindprod.com/jgloss/jre.html for links and install hints.
|
| Date calculation | 03 Oct 2007 13:45 GMT | 3 |
I'm trying to build a function that can calculate, for a period until 5 months, the specified date. For example, if i select today's date, 2nd October, the function must return the following dates:
|
| "No JRE version found in launch file for this system" and other assorted Java 6 crashes | 03 Oct 2007 10:37 GMT | 2 |
Summary: Is Java 6 ready for prime time? Is it just my computer? How come Borland/CodeGear is shipping Eclipse with a 1.5 JRE today?
|
| Singly Linked LIst and Objects Newbie Question | 03 Oct 2007 07:14 GMT | 19 |
I am creating a linked list module, and am currently developing the linked list insert section of my program. I am still testing the logic but I've encountered a runtime error In short, I create a tempList of LinkedList class, I insert a value
|
| GC performance | 03 Oct 2007 06:58 GMT | 1 |
We are trying to profile our software on a single server in order to determine how many transactions per second it can handle. We were trying to figure out what extent we can push it to. What we are observing is that things run fine on the server for like an hour and
|
| compare LinkedList with ArrayList and Vector | 03 Oct 2007 04:24 GMT | 8 |
What are the performance issue with LinkedList in compare of ArrayList and Vector? Position-based access has constaint-time performane for the ArrayList and Vector classes. However, position-based access is in linear time
|
| Best way to manipulate XML? DOM, JDOM? | 03 Oct 2007 01:02 GMT | 1 |
I'm looking for a simple way to represent XML in memory. I've come across JDOM, dom4j, and the org.w3c.dom package in the JDK. Which one are most people using these days? I see that most of the discussion about these choices happened a few
|
| Libraries Galore! ... now how do i get rid of them? | 03 Oct 2007 00:22 GMT | 2 |
Im sick of my workspace here being full of 20 odd libraries when im pretty sure i only need about half of what ive got in my lib directory (and my build path!). Does anyone know of a tool which will let me know which libraries are
|
| Need recommendation for JVM for ARM cpu | 02 Oct 2007 23:56 GMT | 4 |
I am looking for recommendations for a JVM to run on an ARM cpu. I have tried JamVM + Classpath but that combo is flakey so I am considering a replacement. I am willing to consider both commercial and non-commercial VM's. Thanks very much for
|