| Thread | Last Post | Replies |
|
| unable to compile class for JSP.. | 31 Dec 2008 00:07 GMT | 10 |
I'm using Tomcat/1.5... all of a sudden am getting this error: org.apache.jasper.JasperException: Unable to compile class for JSP: Stacktrace:
|
| error running ODM in java | 30 Dec 2008 20:35 GMT | 1 |
I am trying to use ODM for k-means clustering.I have added orai18n.jar , odmapi.jar , xmlparserv2.jar ,oracle driver and other jar files for my project.It shows the following error: Exception in thread "main" java.lang.NoClassDefFoundError: oracle/gss/
|
| java.telephony | 30 Dec 2008 13:59 GMT | 2 |
I've been away from java programming for a while but today I noticed that there is a specification defined for a java.telephony package. I would like to write a program that would connect to my telephone line and make a phone call (part of a security system). Does anyone know ...
|
| [JmenuItem] menuItem when clicking on menu item | 29 Dec 2008 15:41 GMT | 5 |
I have created the same ActionListener on a collection of menu items in a loop like this : for (int i = 0; i < NUMBER_OPENED_FILES + 1; i++) { name =..... menuItem = new JMenuItem(name);
|
| Generating a Poisson Random Variable | 28 Dec 2008 22:37 GMT | 8 |
I'm afraid I'm not a professional Java programmer, nor a mathematician, but I'd like to be able to generate a set of integers with a Poisson distribution around a starting value (lambda). The application for which I wish to do this is deriving confidence limits for analysis of ...
|
| [netbeans image]addition of a background pattern in a Panel | 28 Dec 2008 11:49 GMT | 4 |
I know how to add an image in a Panel with Netbeans but I want to add a background pattern with Netbeans in a Panel like can be easily done in HTML : - you just have to provide the pattern and the background is filled with it wathever the dimensions of the Panel. Regards.
|
| numerical java libraries | 27 Dec 2008 22:06 GMT | 2 |
I am wondering if any in the list knowns good alternatives for numerical java libraries. I known, for example, Colt, but it seens discontinued. Another question is if any knowns why. Thank you in advance
|
| [handling data](1)how to go handle panel objects for edition inside a panel container | 27 Dec 2008 18:27 GMT | 4 |
I am presently working on an genealogical application that is supposed to replace an existing DOS application entirely obsolete and with lots of defaults and not maintained any more. This application being developed with netbeans is typically used by persons of associations that ...
|
| Sockets: Why a Connection reset exception on Windows but not on Linux when a client disconnects from a server | 27 Dec 2008 15:17 GMT | 1 |
I'm curious why I get a Connection reset exception when I run this code on Windows but not on Linux. It's a client and a server communicating through a socket. The exception occurs on the server when the client terminates suddenly.
|
| Generating GUI for text based interface? | 26 Dec 2008 16:44 GMT | 7 |
Following on from my previous post, I needa little more help then I think i should be good to run with it. I have a program that simulates a call center. Now I need to add a GUI to it but I don't really know how to use swing.
|
| java.util.Scanner alternative | 25 Dec 2008 11:24 GMT | 1 |
I am new to java, and I am taking a course that uses java.util.Scanner to input user choices, this is only available after java 1.5 I am using my Nokia 800 pda to write and debug my code on the bus. I could only find this free compiler jikes 1.22
|
| array in gui | 25 Dec 2008 03:41 GMT | 5 |
I am trying to create a GUI interface for a past assignment. For academic purposes it uses several vectors and I need a way to show these vectors visually. I have the basic GUI interface setup. Would a JTextArea be suitable to display the vectors? And if so, how do
|
| How to detect right-click on hyperlink in JEditorPane? | 24 Dec 2008 17:24 GMT | 2 |
How can I detect a right-click on a hyperlink in a document displayed by a JEditorPane (or, more precisely, a popup triggering click)? I have searched the Web and several people seem to have this question, but the best I came up with was to use HyperlinkListener.ACTIVATED and
|
| Getting started with NetBeans and JSF | 24 Dec 2008 17:21 GMT | 1 |
OK, I'm working through a book on JSF, "The Complete Reference, Java Server Faces". The book isn't great, but it isn't awful either. I'm also trying to work through similar examples using the GUI builder in NetBeans.
|
| Newbie indexOf puzzle | 24 Dec 2008 16:47 GMT | 10 |
If you are a newbie, see if you can simplify this code: String s = .... final int place = s.indexOf ( ' ' ); final String lastWord;
|