Forum: Java Jun 25th, 2007 |
| Replies: 4 Views: 1,652 Hi to all,
I use NetBeans 5.5 and through Library manager I imported a jar file. How can I see the source code of the classes that the jar file contains? I got all classes from the jar file listed,... |
Forum: PHP Jun 18th, 2007 |
| Replies: 3 Views: 2,478 How can I set priviliges to the commands I want to execute? Could you explain me this in more detail?
Thank you |
Forum: PHP Jun 18th, 2007 |
| Replies: 3 Views: 2,478 I am using Apache 2 with windows web server 2003 on the windows XP. I have problem using exec() command. My safe_mode is off. Does anyone know what can be the reason why exec() does not function? It... |
Forum: Java May 15th, 2007 |
| Replies: 12 Views: 3,265 What should I use instead of NetBeans?
To Peter_Budo:
I have not found any Instalation Guide. Could you tell me where you found the installation instructions?
In NetBeans do I have to additionally... |
Forum: Java May 14th, 2007 |
| Replies: 12 Views: 3,265 Link is:
http://www.vividsolutions.com/jump/
Why is the version of NetBeans so important? I imported already few libraries with this version, and I did not have problems. |
Forum: Java May 14th, 2007 |
| Replies: 12 Views: 3,265 Hello to all users,
I am using a NetBeans IDE 4.1. I want to import packages that are packed in a zip file. I open the project window, then with right click on the project icon I selected properties... |
Forum: Java Apr 26th, 2007 |
| Replies: 10 Views: 2,729 How can a Java program be optimized? I have no experience in this thematic so I could use some key words so I acn go deeper into it!
Thanks |
Forum: Java Apr 26th, 2007 |
| Replies: 11 Views: 18,021 How can I go about when as an reply I get a byte stream that represents a gif file? |
Forum: Java Apr 12th, 2007 |
| Replies: 11 Views: 18,021 As the Input stream I get:
sun.net.www.protocol.http.
HttpURLConnection
$HttpInputStream@186c6b2 ($HttpInputStream@186c6b2)
How can I get behind this 186c6b2 part? |
Forum: Java Apr 11th, 2007 |
| Replies: 11 Views: 18,021 I am talking about the contents of the response. What if response contains an image, XML file, or a hyperlink for example. How can I read these content elements?
Thanks |
Forum: Java Apr 11th, 2007 |
| Replies: 11 Views: 18,021 Thank you for your help. I used HttpUrlConnection and I managed to establish the connection with a server. Now, I would like to see the content of the response. With getResponseCode and... |
Forum: Java Apr 11th, 2007 |
| Replies: 11 Views: 18,021 Dear all I am currently trying to find a java source code with which either HTTP POST or GET request can be sent. Unfortunately I have run into bunch of snippets that I can not run. Is there anyone... |