| Thread | Last Post | Replies |
|
| JPanel Array -- NullPointerException | 05 Dec 2007 18:14 GMT | 3 |
I am new to Java, learning GUI. I am trying to create a TabbedPane with 10 tabs, by using array of JPanel. However, JPanel arrays are always null. I do not understand why they are null when they are arrays but not otherwise. I would appreciate explanation and help on
|
| Speed | 05 Dec 2007 17:14 GMT | 4 |
I've written some code and it is running much slower than I would like it to. I'm from the C school of optimization which says that you write the code the best way you can and then when you get done you run it through a profiler to get the optimization done. This has always served ...
|
| Executing command with Runtime.getRuntime.exec() fails | 05 Dec 2007 16:46 GMT | 36 |
I wrote this test to show what's happening: public class TestClass { public static void main(String args[]) { testMySQLService();
|
| Runing a external program | 05 Dec 2007 14:35 GMT | 1 |
Does anyone know how to run an external program (i.e. a windows exe) from a Java application (if this is possible) I'm writting a program that edits a file for another program to use.
|
| NoClassDefFoundError | 05 Dec 2007 06:49 GMT | 24 |
I have developed a program with Netbeans for Linux. It accesses a MySQL database. This is done via the com.mysql.jdbc Driver jar file. It works fine when I run the program on its own, but when I try to do it through Java web start, I get a NoClassdefFoundError. Do you know why this ...
|
| importing class from same package? | 05 Dec 2007 02:59 GMT | 2 |
Can a class import another class from the same package? See below for example. Thanks, Alan oneClass.java: package jat.util;
|
| How to make Installer ?? | 05 Dec 2007 02:46 GMT | 7 |
firstly About Bluewisher .. my project 1. Database: a.Centralized( made in IBM DB 2, kept on server) b.Embedded(Images, Flash templates... all in
|
| Scaling an Image to Print on 1 page | 05 Dec 2007 02:42 GMT | 4 |
Hello. I have an application that creates a bufferedimage, but most of the times it's to big to print all on one page. What I want to do is scale it to fit on one page. If anyone could show me some example code on how to do this it would be appreciated. (I have the basic
|
| Is this code "proper" use of extend? | 05 Dec 2007 02:15 GMT | 29 |
Thanks in advance for your responses. I am relatively new to OOP and though I have muscled my way through Java, I am still trying to correctly understand the concepts of OO and how then are modeled into Java.
|
| Another question about OpenOffice (and component based programming in general) | 05 Dec 2007 02:08 GMT | 1 |
I understand that in UNO (and COM, and CORBA...) the programmer can "inspect" or "interrogate" the components in order to find ways to communicate ("send messages") to them. The OpenOffice process can be run in either (a) named-pipe mode, or
|
| tomcat5 /3gB switch on Windows | 05 Dec 2007 00:26 GMT | 4 |
I want to use /3GB switch on Windows 32, so tomcat can access up to 3GB memory (instead of 2GB memory). I had created a thread in the past and got useful information, but I now I want to use this feature in my work and have some more questions.
|
| ValueFirst "FAME" Awards for programmers | 04 Dec 2007 23:42 GMT | 40 |
Excellent opportunity for programmers: ValueFirst (www.vfirst.com), a leader in mobile data services and creator of unique Enterprise Mobile Application is looking for "brilliant"
|
| Not too clear on the libraries available at run time | 04 Dec 2007 22:26 GMT | 21 |
One of the fundamental problems with Java is that you double click on an executable jar... and nothing happens. Or perhaps the program does start but then it stops working, when you click on a button or menu. Compare with an *.exe file. You double click on it, and it works.
|
| Is clone a member function for array types? | 04 Dec 2007 21:00 GMT | 12 |
According to the JLS clone is a public method for all array types: 6.4.5 Members of an Array Type ... The public method clone, which overrides the method of the same name
|
| [eclipse] export with referenced libraries | 04 Dec 2007 19:12 GMT | 2 |
I am trying to export a project in jar format so that I can run it on different machines. . I got a NoClassDefFoundError exception because it requires referenced libraries (in this case, it is the MINA). Would anyone please tell me how to export with referenced libraries?
|