JavaFX: dead on start?1341 (1/21/2009 5:15:33 PM) comp.lang.java.programmer Hi I was reading the slide presentation of Java FX at this URL http://www.javapassion.com/javafx/javafx_overview.pdf Towards the end the slide says this about deployment: =95 JavaFX 1.0 applications can be ... soup_or_power
Java and OOP1735 (1/16/2009 7:35:32 PM) comp.lang.java.programmer I was asked by a colleague Java is not a true OOP, why? My response was every class added by the user derives methods from Object class. Is that correct? Also, can anyone comment on delegation which is an alte... soup_or_power
Replace all928 (1/12/2009 5:32:40 PM) comp.lang.java.programmer Hi All Please tell me how nested statements are handled in java. Here is an example: String st="abcdefghijk"; st=st.replaceAll("a", "x").replaceAll("b", "y").replaceAll("c", "z"); The expected result is xyz... soup_or_power
Help with Ant Installer148 (12/24/2008 1:23:41 PM) comp.lang.java.programmer Hi I have downloaded Jetspeed. The distribution came with the following files among others: antinstall-config.xml build.xml I have then downloaded antinstaller and ran the wizard. I was able to create a proj... soup_or_power
Session variables with Ajax049 (10/31/2008 3:10:22 PM) comp.lang.java.programmer Hi All I use Ajax to call a JSP page that is heavy duty. After the JSP gets done it will set a session variable as session.setAttribute("flag", "1"). I read the session from Java and process it as follows: try... soup_or_power
Putty process won't detach [OT]158 (8/8/2008 1:28:47 PM) comp.os.linux.misc Sorry for OT. I am unable to close putty window using ctrl-d or exit after a heavy duty process was started. This has happened twice. Any fixes are appreciated. Thanks ... soup_or_power
utito and denabolix (sp?)340 (8/6/2008 7:42:44 PM) comp.os.linux.misc Can't find in the search engines utito and denabolix (they could've been misspelled). Apparently they are some device drivers. Can anyone throw some light on these? Thanks ... soup_or_power
Attn: Pascal Hambourg024 (7/25/2008 11:53:34 AM) comp.os.linux.networking X-No-Archive: Yes Hi Pascal My employer is disciplining me for posting company info. Could you kindly remove the following post where you quote me? g1cg2b$2d99$1@biggoron.nerim.net Please use the following... soup_or_power
Java and OOP1735 (1/16/2009 7:35:32 PM) comp.lang.java.programmer I was asked by a colleague Java is not a true OOP, why? My response was every class added by the user derives methods from Object class. Is that correct? Also, can anyone comment on delegation which is an alte... soup_or_power(215)
Replace all928 (1/12/2009 5:32:40 PM) comp.lang.java.programmer Hi All Please tell me how nested statements are handled in java. Here is an example: String st="abcdefghijk"; st=st.replaceAll("a", "x").replaceAll("b", "y").replaceAll("c", "z"); The expected result is xyz... soup_or_power(215)
Help with Ant Installer148 (12/24/2008 1:23:41 PM) comp.lang.java.programmer Hi I have downloaded Jetspeed. The distribution came with the following files among others: antinstall-config.xml build.xml I have then downloaded antinstaller and ran the wizard. I was able to create a proj... soup_or_power(215)
How to plot in Java ?2938 (11/24/2008 4:19:53 PM) comp.lang.java.programmer Hi, I have a stream numbers, let's say 1,3,2,4,7,12,10,11,14,...... I want to draw a simple curve from that stream. Is that any one can give me sample how to do that ? Thank you in advance. ... budhik(95)
jsp files not working298 (8/9/2008 9:12:49 PM) comp.os.linux.misc hello i am using ubuntu 7.10. I am trying to run my web application which has jsp pages. I have installed apache and java 6. Apache is working fine and opening the localhost but java is giving some problem as ... Kartikeya.Karnatak(60)
Putty process won't detach [OT]158 (8/8/2008 1:28:47 PM) comp.os.linux.misc Sorry for OT. I am unable to close putty window using ctrl-d or exit after a heavy duty process was started. This has happened twice. Any fixes are appreciated. Thanks ... soup_or_power(215)
utito and denabolix (sp?)340 (8/6/2008 7:42:44 PM) comp.os.linux.misc Can't find in the search engines utito and denabolix (they could've been misspelled). Apparently they are some device drivers. Can anyone throw some light on these? Thanks ... soup_or_power(215)
Ping and DUP's625 (6/23/2008 5:10:09 PM) comp.os.linux.networking Hi I am trying to ping a host by IP and getting DUP. The man page says it is a hardware problem. When I do wget with the host IP I am getting html response code 400. Apparently there is nothing wrong with the h... soup_or_power(215)
malformed URL421 (6/12/2008 6:43:20 PM) comp.lang.java.programmer My apologies for posting this here. I don't know where else I can post this. The problem is as follows: We have a Java application that sends out email with a URL : a) inside HTML tags b) as plain text When... soup_or_power(215)
How to delete an entry in ARP1626 (5/25/2008 7:15:40 PM) comp.os.linux.networking Hi I have changed the IP address of a RH linux host from 172.16.170.43 to 172.16.170.46. The /proc/net/arp still shows the .43 address as: IP address HW type Flags HW address Mask Device 17... soup_or_power(215)