| Thread | Last Post | Replies |
|
| db woes big time... | 20 Feb 2005 02:00 GMT | 29 |
the harder I try to connect to a db the more complicated it gets... my Tomcat webapp is here: C:\tomcat\webapps\movies (servlet is here.. C:\tomcat\webapps\movies\WEB-INF\classes\com) db is here.. C:\Program Files\MySQL\MySQL Server 4.1\data
|
| Netbeans doesn't recognise compiler options ? | 20 Feb 2005 00:17 GMT | 1 |
Hi there I am using Netbeans 4.0 on windows XP. My problem is that the compiler doesn't seem to be receiving *some* of my options. Has anyone else come across
|
| Packages and imports | 19 Feb 2005 21:04 GMT | 3 |
I have been programming in Java for a while, however I have always had all of files in one directory and therefore all the class files in one directory too. I have obtained a relatively complex project which I am hoping to edit for my needs. The files are organised as follows:
|
| Font in UI question. | 19 Feb 2005 17:40 GMT | 1 |
At the moment I'm developing an application's UI using Netbeans and JDK 1.5. When selecting swing components in a JFrame, the font property allows you to set the font to any font installed on the OS. But what happens if you select a font that is not installed on a machine that is ...
|
| Disadvantages of "instanceof" | 19 Feb 2005 16:34 GMT | 39 |
As far as I know one should not use the operator "instanceof" if possible. Why? Mark
|
| Crossing interfaces question | 19 Feb 2005 14:14 GMT | 2 |
I stumbled upon this: interface A { } interface B { } interface AB extends A, B {}
|
| Date parsing bug?! | 19 Feb 2005 08:07 GMT | 5 |
Can anybody explain me why the following code does NOT throws exceptios?? Date d=(new SimpleDateFormat("dd/MM/yyyy")).parse("01/01/200z"); look at the "z"
|
| multiple threads grabbing items from a vector | 19 Feb 2005 07:48 GMT | 13 |
I want to startup 3 threads which will access elements of a Vector and perform an action based upon the value in the vector. I want to each thread to get priority to the Vector to grab the next element in order that the particular thread completed enacting on the previous Vector
|
| package installer for Java applictions | 19 Feb 2005 02:25 GMT | 1 |
If I have Java application, and want to use Installer to package the application, what installer I should use? In Win32 applications, we can use InstallShield. Can InstallShield do the same thing for Java applications. Or any good package installer suggestions.
|
| Packages-storing method.. | 19 Feb 2005 01:52 GMT | 2 |
I have some packages that I am creating for a client.. He wants the packages to be stored in with the native Java packages, so when you compile a Java program, the user does not have to mess with the classpath,, etc. or have to store the packages in the same location as his
|
| How to debug EXCEPTION_ACCESS_VIOLATION? | 18 Feb 2005 23:11 GMT | 2 |
I am experiencing EXCEPTION_ACCESS_VIOLATION in my JNI code, and I can't find the location the violation is happening. Would really appreciate any helpfule debugging tips! Thanks
|
| Newbie help arrays ! | 18 Feb 2005 22:19 GMT | 4 |
Hi all I could create an array like this with no problems. It works: String [] arrayName4 = {"ENTT","SRDM","NCOS"}; I have to create it passing the string like this: String test = "\"ENTT\",\"SRDM\",\"NCOS\"";
|
| insertion sort problem | 18 Feb 2005 21:48 GMT | 1 |
I'm trying to do an insertion sort on a Vector of Vectors. However, I get a ClassCastException on the following line: compare = ((Vector)v.get(j-1)).get(0).toString(); Where am I going wrong? I use almost the exact same code right above
|
| configure CLASSPATH | 18 Feb 2005 17:34 GMT | 6 |
Hi, i have a problem, i don't now to the configure a CLASSPATH, whit linux mandrake 10.1 Thanks
|
| Help!!!! | 18 Feb 2005 12:10 GMT | 1 |
Help!!! I'm new to j2me and i was trying to create a simple midlet and when i run the code below in the j2me wireless tool kit i get the following error message
|