| Thread | Last Post | Replies |
|
| Can't compile simple Java code | 24 Nov 2004 12:58 GMT | 1 |
1 class DecimalToBinary{ 2 public static void main(String[] y){ 3 int dec = new Integer(y[0]).intValue(); 4 if (dec/32 = 0)
|
| Query about compression and decompression in Java using java.util.zip package | 24 Nov 2004 11:57 GMT | 4 |
I am compressing/decompressing objects and sending them over http as per the article mentioned in the URL below:- http://java.sun.com/developer/technicalArticles/Programming/compression/ However I have a query regarding some code in which the following
|
| Getting a Job | 24 Nov 2004 11:19 GMT | 9 |
I am a recent graduate and have just passed my SCJP. I'm trying to get a job but am being rejected because of my lack of experience. I would appreciate if anyone could give me advice on getting a programmers position. I'm also considering going for further certifications in SQL ...
|
| compile to machine code in "the classic way" | 24 Nov 2004 06:37 GMT | 4 |
Is there a way to compile a Java application into a "classic" exe? This would also mean: 1. no javaw.exe launching 2. MyProgram.exe as the name of process' executable image (instead of
|
| Parsing vars in URL | 24 Nov 2004 05:46 GMT | 3 |
New to jsp. (coming from php) Need to know how to parse name/value pairs from a URL ie. URL?name1=value1&name2=value2 if (name1) {
|
| Overtyping of a method | 24 Nov 2004 04:42 GMT | 4 |
I'm trying to write a method that is overtyped. I want the method to return either an integer or the string representation of the integer. There are no input arguments to the method. This does not seem possible. Can Java not determine from the expected output
|
| problem executing a command with JAVA under windows... | 24 Nov 2004 01:54 GMT | 2 |
I am trying to execute this command : D:\Progra~1\curl --disable-epsv -T D:\abonnement\fichierOCOV\UTISG30\OC_20040928_9H15_163348837.csv -u glldadm:glldadm ftp://dsfb/temp/curl/ -D D:\curlOC.log
|
| Java is EVIL, it's the programming language of SATAN ! ! ! | 23 Nov 2004 22:25 GMT | 5 |
Java is EVIL, it's the work of the devil, made to collect your souls and to turn you into brainless slaves of hell. If you like Java, you will lose your soul to be damned for eternal torment in hell.Demons and devils will feast on your soul
|
| Tomcat Help.... | 23 Nov 2004 21:08 GMT | 3 |
I am using Tomcat 5. What i am trying to do is have the default app be one of my choice. What i mean is when you go the the URL http:://localhost:8080 it will go to my app and not the default tomcat administration app.
|
| Image applet with NetBeans IDE | 23 Nov 2004 17:44 GMT | 20 |
I'm a student and my teacher, for a DSP course, asked us to write an applet to do morphological manipulation on images. I'm a totally newbie of Java but to gain a good mark I'm going to learn it :-) So my first problem is to create an applet with two images (the
|
| My programs won't compile | 23 Nov 2004 16:19 GMT | 2 |
I need some help writing programs that derive information from another program. I am getting compile errors I don't understand. Can anyone help me out?
|
| Code review requested | 23 Nov 2004 16:14 GMT | 3 |
I'm attempting to teach myself java and hope to get some pointers on best practices. Below is a class I wrote to extract from an RTPatch log file all files that were modified. The code and example of an input log file are below.
|
| need some help with minesweeper | 23 Nov 2004 14:32 GMT | 1 |
I am making minesweeper/winmine in java and I have some small bugs I want to calculate how many bombs there are around a certain field My version does not always give the right count to certain buttons, some buttons get, when there are two mines around them, the value 3 instead of
|
| IE6 w/Java JRE won't run applets. Help? | 23 Nov 2004 14:17 GMT | 4 |
Hellooo.. I have a machine wherein Java applets will not function under IE. Environs: XP Pro SP1 (yes SP1) IE version 6.0.2800.1106.xpsp2.031208-2000
|
| line numbers in stack traces | 23 Nov 2004 13:12 GMT | 4 |
When exceptions are thrown inside of my own code, and the stack trace is printed, it is useful to see the exact line numbers of the various elements of the trace. In my experience, this is sometimes the case, while other times the trace says "Unknown source" for all of, or part ...
|