| Thread | Last Post | Replies |
|
| JNI Automation | 25 May 2004 06:55 GMT | 1 |
I have a large static library (.lib) that I do not have the source for. I have the header files for this library, so if using C++ there are no problems. However, the PTB have determined that the project will be written in
|
| Java Data Structure - Stack HELP PLEASE | 25 May 2004 00:26 GMT | 2 |
Hello Java people, Can you help me, I need to implement a simple Stack data structure with Push(), Pop(), Peek(), Display() operations. Can anyone offer the code for this. I have j2sdk1.4.2 from Sun installed on XP.
|
| netbean 3.6 timer bean | 24 May 2004 18:59 GMT | 1 |
Almost all the code is generated. So ? jTextField1.setText("ok"); does not print ok. Jean --------------------------------------------------------------------------
|
| how to track component in itemStateChanged | 24 May 2004 14:26 GMT | 1 |
Let's say I have two choices, Choice c1 = new Choice(); Choice c2 = new Choice(); When one is select, how can I know which choice is been selected in this function,
|
| SCJP | 24 May 2004 14:15 GMT | 1 |
I am studying for SCJP certificate at the moment. I was wondering if anyone can give me advice on how likely this is to get me a job and what other certificates I could possibly study for to complement this.
|
| Getting 'ClassNotFoundException' when class already loaded? | 24 May 2004 14:00 GMT | 2 |
I have a class which has a static method that can be called to set a static variable in the class. This class is a socket factory to be used by JavaMail, to replace the standard socket creator so that it binds to the right
|
| GregorianCalendar | 24 May 2004 11:31 GMT | 3 |
Hi, I am a newbie.Can anyone tells me what's wrong with my code. I am trying to populate a choice for the days in 1900, January. There are only a 1 in the c4 choice, but it should have been a list from 1 to 31.
|
| Process handling with Runtime.exec() | 24 May 2004 09:11 GMT | 2 |
Good evening to you, what I am trying to do is start an external process, let it live and destroy it later on (by call of a method, i.e. when it is not needed anymore). Now this process is a ssh commandline opening a ssh-tunnel
|
| Question for Java Gurus | 24 May 2004 08:47 GMT | 45 |
I have been a professional programmer for about 14 years on MVS, HP-UX, and Windows. I have been following Java since about 1997, but I have never done any app development in it. Here are my questions: 1. Where do the gurus go to get programming information? A newsgroup,
|
| How to determine inheritance hierarchy of a class??? | 23 May 2004 16:52 GMT | 2 |
I am trying to write a method that take a Class object as param and then determines all the classes in the Class object's inheritance hierarchy. Can somebody give me a pointer to get started? Thanks
|
| String.replaceAll with regex? | 23 May 2004 12:52 GMT | 5 |
I have a string that contains an xml-document, and somewhere there is a line: <!DOCTYPE office:document-content PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "office.dtd"> Now, since I want my program to work with all versions of openOffice, this
|
| Problemi con gli Alberi Binari in java | 23 May 2004 01:39 GMT | 1 |
Devo scrivere una classe che usa gli Alberi Binari : Considerando la Classe BinNode : public class BinNode { public Object key; // Campo chiave
|
| Struts HTML syntax (should be easy, i just don't see it) | 22 May 2004 03:20 GMT | 1 |
<html:link href="javascript:popupwin(<bean:message key="help.listname" />)">List Name:</html:link
|
| Bad class file | 22 May 2004 02:52 GMT | 4 |
I get DoubleArr.java:11: cannot access Arrays2 bad class file: .\Arrays2.java file does not contain class Arrays2
|
| understanding memory | 21 May 2004 22:46 GMT | 1 |
I want to understand what is going on with Java and memory - I thought I did, but evidently I'm misunderstanding something. I am running JDK 1.4.2 on a Solaris system, and what I see is that when the java process is started(i.e. when I browse to my application), a certain amount ...
|