| Thread | Last Post | Replies |
|
| extract from RAR archive | 11 Sep 2006 22:27 GMT | 2 |
I'm looking for a java api/class/package/etc what makes my code able to extract files from RAR archives (eg. created with winrar). I've searched over the Net but I couldn't find such a library... maybe I've used wrong search phrases? Any help would be greatly appreciated. Feri
|
| Looking for "authenticateUser" | 11 Sep 2006 21:51 GMT | 1 |
I know nothing about java, but an app I am attempting to run is not able to resolve "authenticateUser": 08 Sep 2006 17:44:09,071 [RaidMan:Console:Login:tigerfish.my.domain] ERROR GUIManagementAg entRemote.doLogin:167 - Login failed
|
| Vecotr with multiple fields | 11 Sep 2006 14:47 GMT | 1 |
I am trying to define a vecotr for which each cell has two fields: String a and int b. I defined a class myclass: public class myclass
|
| Outputting Number as Hexadecimal | 11 Sep 2006 06:43 GMT | 2 |
When you send a number to System.out.println() it always displays it in decimal. I want to display a number as hexadeximal (0x06, etc...). Does Java come with a simple way to do this, or is there some simple code to convert this?
|
| target release conflicts with default source release | 10 Sep 2006 16:54 GMT | 7 |
I'm trying to compile some code to release 1.4 because it needs to run on some older Mac's that don't have Java 5. But I keep getting the error message "target release conflicts with default source release 1.5"
|
| client-server chat appl | 10 Sep 2006 11:41 GMT | 2 |
hi friends, I've recently learn java Core and now i am learning some j2ee parts. me & my friend have decided to create client-server chat application for lan networks. and for that me & my friends are working on java.net
|
| Java Program Problem | 10 Sep 2006 09:18 GMT | 1 |
I am writing a java application called pocket money calculator. It connects to a MySQL Database. My program is designed to allow multiple users to connect login to my program to put information into tables within the database for your
|
| Need suggestion for online tutorials in network programming with java | 09 Sep 2006 10:17 GMT | 2 |
I've completed a course in Java and am looking for tutorials or other materials in network programming or server programming in Java. The primary criteria I use to consider a tutorial or book as a good one is that it has programming exercises, as I think that doing is 10X better ...
|
| Java Training For Programmer | 09 Sep 2006 06:31 GMT | 11 |
Let me sketch the scenario: I'm unemployed. As you might expect, I'm looking through every job listing I can think of, because I don't like being unemployed. I'm a developer going back to the early 1990s, but I got into it sideways,
|
| How to get absolut path of the webContent directory? | 09 Sep 2006 02:58 GMT | 2 |
I am working on a web application. I need to open a directory and process the picture's in it. If my web content directory is "./", and the directory is "./pic", then how do I open the pic directory? I open this directory in a class which is not a servlet. I think I have to get
|
| Arrays question | 08 Sep 2006 22:23 GMT | 4 |
I want to make a 2D array. One dimension would be of a fixed size and another would be dynamic. Something that would look like this: Vector<Object>[] array2D = new Vector<Object>[5];
|
| CA-San Jose area: FT Application Programmers needed - Java, J2EE, Struts | 08 Sep 2006 20:51 GMT | 1 |
My Mountain View client is looking for multiple Java Developers to join their rapidly growing team. This team will be working on a very visible product for a profitable and solid company. From a technical perspective, we are seeking developers with experience developing J2EE
|
| Delayed IE page opening after Java update | 08 Sep 2006 18:50 GMT | 7 |
I had a problem some time ago with delayed IE page opening and in the end uninstalled Java which returned the new page to its normal opening speed. Just downloaded the latest version and low and behold I'm getting the same problem again. Its a very annoying 5 second delay. Non ...
|
| HELP!!! | 08 Sep 2006 16:05 GMT | 12 |
Hi, I'm new in Java and allready got a problem. I'm learning with AppDev Training video, and tried to test one application. Here is what I tiped in jEdit:
|
| clip image using java | 08 Sep 2006 10:06 GMT | 7 |
I want to cut an picture into 25 (5x5) pieces. Every small picture is same large.
|