| Thread | Last Post | Replies |
|
| JUnit - Getting Started | 29 Jul 2006 20:16 GMT | 1 |
Hi Friends, Don't missout on these articles: JUnit - Getting Started: http://javalive.com/modules/articles/article.php?id=28
|
| New to java need help with code been up all night. | 29 Jul 2006 15:07 GMT | 3 |
I started this program three days ago the books have me confused trying to keep my wits about what I am trying to do. Here are my errors and my code: C:\POS407\JavaPrograms\bin>run
|
| javac no work ! | 29 Jul 2006 13:56 GMT | 1 |
I have added C:\Program Files\Java\jdk1.5.0_07\bin;% to my enviroment path. But only "java" works in the command promt at any directory!
|
| Newbie Image class question | 29 Jul 2006 04:24 GMT | 5 |
I have an image in an ImageIcon that I need to BASE64 encode for transmission. How do I get the pixel bytes from an Image object? Image.getSource() gets me something called an ImageProducer, (whatever that is) but I don't see how that gets me any closer to being able to
|
| Java JRE (1.4.2) - doesn't work on 2000 server ??? | 28 Jul 2006 22:39 GMT | 11 |
Installed Java JRE 1.4.2 on Windows 2000 server (with SP4 etc). Anyway, I've got an app that uses Java and this part doesn't work at all. It seems to pop up a windows temporarily and then nothing happens. How can I troubleshoot Java? Is there any way I can test the
|
| Java longBitsToDouble Trouble! | 28 Jul 2006 20:51 GMT | 4 |
A plea to the super smart (which I'm not)... I have to read a file written by a Java program using a C program, but I'm all confused as to how to get the data (numbers) out. Has anyone an idea how to translate what the Java method writeDouble() has written
|
| Classes generated by eclipse vs javac have different serialVersionUID | 28 Jul 2006 19:42 GMT | 3 |
I'm using eclipse 3.2 for development and have configured my project to use JDK 1.5.0_07 with Compiler compliance level 1.3 (using default compliance settings) and selected all "Classfile Generation" options except "Inline finally blocks." The problem I'm having is that the
|
| Dynamic JSP to CD offline viewing?? | 28 Jul 2006 17:53 GMT | 1 |
I need to copy a Dynamic JSP website created by websphere to a CD for viewing offline. Ive tried just about every program on download.com and they all give me problems with pages timing out. This isnt the normal timeout. Its a timeout from websphere. Im guessing it rips the
|
| using an executable jar file in a new java program | 28 Jul 2006 08:15 GMT | 1 |
so i can run this parser i downloaded at http://htmlparser.sourceforge.net/ using the following C:\ics\111\htmlParse>java -jar bin/htmlparser.jar "http://www.bbc.com"
|
| javaws using a dll | 28 Jul 2006 00:12 GMT | 2 |
I have a small java application that reads the registry through the use of a .dll. I am packaging this app in a jar and then deploying it via java web start. When I run things locally, I have no problems, but when I deploy it through javaws, I get errors about accessing methods ...
|
| Which technology stack? | 27 Jul 2006 20:46 GMT | 3 |
For rather massive intranet/extranet database driven applications, a good technology stack is needed. At first, it seemed like a great asset to be able to do everything declaredly from within one all-knowing IDE, which is possible from JDeveloper. Our current BC/ADF/Struts/UIX ...
|
| how to send 1 byte to C++ server | 27 Jul 2006 20:42 GMT | 4 |
I have a Java client and a C++ server. How to send 1 byte to the server? This what I am doing in my Java client: byte b = 4;
|
| gettin value of src | 27 Jul 2006 15:07 GMT | 3 |
i have this string <IMG style="BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; LEFT: -108px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: 0px; WIDTH: 256px; PADDING-TOP: 0px; BORDER-BOTTOM: 0px;
|
| Running a Java App as a Service | 27 Jul 2006 14:18 GMT | 4 |
I have a pure java application which I want to run as a service. Any suggestions on how to do it ? I saw some articles saying how to use JNI to do it along with C code. But I am looking for a pure Java solution. Also, some said that -Xrs option of the 'java' command would help. But
|
| question about Collections/Maps | 27 Jul 2006 04:05 GMT | 2 |
Hi, I got this question on an interview. My gut instinct is no, but I can't justify the reasons. Any insight is greatly appreciated. Assume you are writing an application working with ID objects. The application uses these ID objects in Collections, placing them into
|