Hi, I am new to this list and Java as a whole. I have some experience in writing sites in HTML and am trying to extend my knowledge to Java too. What I am...
There is some proxy connection code in the java source at: http://www.quantumhyperspace.com/SourceBank/viewCode.jsp?javaFile=SimpleWebPageReader.java ... ...
I use java One to develop programs and I am using a netbeans download to help speed up creating a gui. The problem is when I try to run the application in the...
Hi Friends, I am Virani Nurali(spelled Noorali) from India. I have recently joined the group. At present, I am doing Bachelor Degree in Computer Application....
I have several sites I maintain. Unfortunately the servers have a tendency to go down. What I'd like to do is check them. Someone suggested javascript as a...
omeganoh <developer@a...
developer@...
Mar 3, 2003 10:18 am
9856
Hi all , I'm connectiong to a secure web site (this works fine) then I've to authenticate (this works fine too) the point is when I want to egt the...
Java (not jav script) is rich in networking features. For the problem you describe, you could write a java client application program or even a java applet to...
The error occurred attempting to connect to the server. Thus your connection is still not there. You probably need to test the status of your connection before...
Thank you Charles :-) I am thus wondering when the connection is effectivelly established ? Be kind about the code, I'm *java-ing* for a few 15 days now,...
Well, it costs resources to instanciate a class, and then later garbage collect it... an int wont cost the same ammount of resources as a class do. Of...
i wanna know in details , step by step how can i send an email with java and how can i get mails from my inbox Thanks ... Do you Yahoo!? Yahoo! Tax Center -...
mohammed nabil
mnegypt1983@...
Mar 3, 2003 5:19 pm
9863
For secure connection should you be using HttpsURLConnection instead of HttpURLConnection? conn = (HttpsURLConnection) url.openConnection(); Note the extra s...
I am trying to play with Java & SOAP using the examples at http://www- 106.ibm.com/developerworks/xml/library/x-jaxmsoap/. I've installed the Java Web Services...
Erik, You are absolutely correct, there is almost always a tradeoff between resource usage and clarity of an API. My personal opinion is to get clarity first...
It's going to be tough to answer your question precisely without seeing the code. However, based on your description of symptoms I can take a wild stab at it. ...
Hi, I'm new to the group and haven't programmed in Java since 1.0 . . . however, I use anfy applets on my site at www.datatrack.net. I have IE6 and NS6 both...
hi friends, this is purush, and this is my first mail.please give your replies soon. I have problems in using objectstreams in sockets. here is my problem. i...
Hi all In my application , I have tabpane I set some tooltip with each tab in the tabpane using JtabbedPane tbPane = new JTabbedPane(); tbPane.addTab("Title...
The point is, as far as I get it, the HttpsURLConnection does not exists in JDK 1.3.1 and we cannot upgrade to 1.4 at this time :-( otherwize, about the code,...
Hi I am vishal and i am currently working as a developer and i have a query regarding executing the JSP and ejb in jboss with ant utility if you have any ...
Does anyone have any experience with JavaServer Faces? What kinds of things can you do with them? What kinds of components can be created? Does anyone know...
Go to: Start ==>Seetings ==>ControlPanel Select the JavaPlugIn icon Select the Browser Tab deselect Microsoft Internet Explorer Restart InternetExplorer...
Could anyone tell me what is wrong..? I'm still a beginner, so any comments are welcomed. codes in Figure.java : package pbangun; public abstract class Figure...
... ************************* That didn't work. I also downloaded/installed the MS virtual manager and turned off the Sun java. The best I could get was a...
You've got to make the display() methods public ********* package pbangun; public abstract class Figure { int color; int center_position; public abstract void...
I had this problem on win2000 with IE 5.5 I had to change the name of the directory for the older JRE's to get IE to use the 1.4 version. Default Install...