| Thread | Last Post | Replies |
|
| how to compile and run | 17 Nov 2005 11:16 GMT | 3 |
Im working on a linux computer at work and need to be able to compile and run java. Since i have no idea on how all of this compiling stuff works its is getting very enoying... Im trying to compile the code with emacs and it compiles fine i think, but I cant get it to run the
|
| Replacement requested for depricated coding. | 17 Nov 2005 00:14 GMT | 1 |
This snip has been depreciated. And the warning displayed is below that. Imports are shown: import java.awt.*;
|
| Issue managing multiple MySQL database connections | 16 Nov 2005 20:05 GMT | 13 |
Sorry if this is a basic question. I have an application that establishes a connection to two databases vua JDBC. Basically the application pulls data from database-a, processes it, then writes it to database-b. I have created by own DbClient class which basically
|
| problem in installing bdk1.1,plz help | 16 Nov 2005 20:01 GMT | 2 |
I have encounterd porblems in installing BDK(version 1.1).It is giving the error "Installer could not find javaVM or the javaVm in this system is too old.Installer requirs java1.1.5 or higher.". I am using j2sdk1.4.2_05. Please help me regarding this.I have also tried
|
| JRE 1.4.x fat client on Citrix MF problem | 16 Nov 2005 19:26 GMT | 1 |
I tried to launch a Java 1.4 Swing application on Citrix MF, not using the installed JRE 1.5, but using a JRE 1.4.2, bundled in a subdirectory of my application by just invoking the javaw.exe. With JRE 1.3.x this works fine, but with the 1.4 version I get always
|
| Java applet fails to refresh properly | 15 Nov 2005 23:08 GMT | 2 |
I'm having trouble with a Java Applet that is residing on a normal .NET page. The Java Applet sometimes seems to fail to refresh - this only happens sometimes and can easily be fixed by minimizing and mazimizing the window so it's definitely retrieving the data okay.
|
| Sr. Systems Analyst- JAVA AND C++- National Institutes of Health | 15 Nov 2005 22:14 GMT | 1 |
SR. SYSTEMS ANALYST - (Bioinformatics R&D) Summary: MSD is an employee-owned company of over 500 professionals who support the diverse technical, scientific, and administrative needs of the
|
| image upload/download with mysql (jsp/servlet) | 15 Nov 2005 18:57 GMT | 1 |
Can anyone please supply me with a coding solution to uploading / downloading images to a mysql database.Or can anyone recommend a book containing a solution for this problem. I realise that images can be stored as blobs and also realise that the path
|
| Can't System.setProperty(String, String) in a Tomcat5 web application. | 15 Nov 2005 11:44 GMT | 3 |
I've been working on a set of software that loads its configuration from a properties-style config file specified as the command-line argument. The configuration-loader reads the properties (mainly relative paths to data files) from the config file and stores them with System ...
|
| SRC files - associated in error with Notepad | 14 Nov 2005 22:28 GMT | 8 |
I have just mistakenly looked into an src.file on my PC using Notepad without unticking the 'always open' with this program, so now all src. files open in Notepad. A Google search tells me they in fact open in Java, but just that bald statement.
|
| Custom ClassLoader - changing order of loading to look in my loader first | 14 Nov 2005 20:42 GMT | 2 |
Problem: my J2EE ear file uses a third-party library (bunch of jar files) to do SNMP stuff. However, the J2EE vendor also uses this third-party library to do its own SNMP stuff. The problem is the vendor uses a different version of the third-party library, so my code tries to
|
| Check of GUI layout requested.. | 14 Nov 2005 20:17 GMT | 15 |
I have a GIF animator GUI that I am working on, but since uploading the latest version, I have failed to see the new UI when launching it using WebStart. I was wonderrring if folks could tell me where the
|
| j2me | 14 Nov 2005 20:02 GMT | 6 |
I'm trying to do a simple game in J2ME using just two simple .png for a sprite and a tile background. It all works fine on the J2ME Wireless Toolkit but when i go to download it onto my Nokia 3220 i just get application error - Null Pointer java/lang/NullPointerException msg's
|
| Where to Put JavaDoc for Package | 14 Nov 2005 13:25 GMT | 2 |
By convention, where should we place the JavaDoc comments of the package. I remember reading it somewhere before, but can't remember exactly. If i recall correctly, we should create a new compilation unit (*something*.java) which contains nothing (no class or interface)
|
| String.Format() | 14 Nov 2005 10:40 GMT | 2 |
why does System.out.println(String.format("%.20f", 1.0/3.0)); print 0.33333333333333330000 It should print out 20 3's. How can I fix this TIA,
|