| Thread | Last Post | Replies |
|
| FileNotFoundException (Access Denied) | 26 Apr 2008 01:43 GMT | 2 |
What are some causes of a "FileNotFoundException (Access Denied)" error when the file exists? What could cause access to be denied? I`m running on Windows. Alan
|
| failed to mysql database | 26 Apr 2008 01:19 GMT | 5 |
Hello guys, i'm trying to connect to a mysql database and i get this error: java.lang.ClassNotfoundException:com.mysql.jdbc.Driver I've downloaded the mysql driver called mysql-connector-java-5.1.6-bin
|
| Java PCA Transformation | 25 Apr 2008 22:58 GMT | 2 |
I would like to apply the Principal Component Analysis to an image for extracting, from a pixel matrix, an eigenvector. Anybody has ever used any Java library to do that? Thank you very much in advance
|
| Closing window with IE | 25 Apr 2008 21:37 GMT | 1 |
I'm trying to close a window after a specific time with <body onLoad="setTimeout('self.close()',5000)"> except the annoying message "The web page you are viewing is trying to close the window" comes up. Is there any way to bypass this?
|
| Is implementing a Java class procedural programming? | 25 Apr 2008 18:02 GMT | 11 |
Is implementing a Java class a process of procedural programming?
|
| FileOutputStream Does Not Create File? | 25 Apr 2008 16:42 GMT | 4 |
I'm trying to extract a ZIP file to a temporary directory (System.getProperty("java.io.tmpdir")) and I keep getting the following exception when I get to this line: FileOutputStream fos = new FileOutputStream(TEMP_DIR +
|
| to set layout in content of JTabbedPane! | 25 Apr 2008 15:45 GMT | 1 |
I create JtabbedPane and add some data and it appears in the centre of tabs. How can I do that the data appears in the northwest? How to set layout in JtabbedPane?
|
| Collection, enum or something else? | 25 Apr 2008 15:18 GMT | 10 |
Suppose one has a class called Shrub that has well-defined behavior and state. Now suppose one wants to create references (pardon the loose wording, hopefully this will become clear shortly) to shrubs of the world by continent.
|
| jvm class path unicode native methods | 25 Apr 2008 14:53 GMT | 2 |
Okay.. I'm having the following problem.. I've tried pretty much every solution I can think of but always hit some brick wall. I need to: load classes from a jar in a unicode directory and register native
|
| Error occurred during initialization of VM | 25 Apr 2008 13:46 GMT | 7 |
When I shutdown a Tomcat, I receive the following message: "Error occurred during initialization of VM Could not reserve enough space for object heap" The setting I have for memory allocation is "-Xmx2048m -Xms2048m".
|
| problem with Pinging from solaries server | 25 Apr 2008 13:02 GMT | 2 |
i am trying to execute below code from solaries platfrom InetAddress addy = InetAddress.getByName(ipaddress); try { pStatus = InetAddress.isReachable(5000);
|
| About Tomcat | 25 Apr 2008 12:40 GMT | 1 |
hi this is sindhu whan iam deploying my war into the tomcat it is showing error as java.lang.NoClassDefFoundError: org/apache/commons/io/output/ DeferredFileOutputStream
|
| Struts: JSP page renders incomplete! | 25 Apr 2008 07:34 GMT | 4 |
I'm using Struts 2. I have a simple jsp page that must show this: [A small form to add a new user to db] [A list of current users (a very small list, around 5 rows in db)]
|
| JTable Headers and Windows Vista | 25 Apr 2008 04:13 GMT | 6 |
I just recently moved my Java application from Windows XP to Windows Vista. I'm using JRE 6.0, so things went relatively smoothly. However, I noticed that the headers of my JTables are extremely tall (height) in Windows Vista (under Aero). Does anybody know a fix for
|
| ATM program | 25 Apr 2008 00:41 GMT | 3 |
I want to make an ATM program and a Bank server program, both interacting for: 1 - an authentication (username, password) 2 - if the authetication passes i want to bring up a menu let us say
|