| Thread | Last Post | Replies |
|
| Ant jar task manifest class-path problem | 08 Jun 2006 22:05 GMT | 1 |
I guess the problem is well know but so far I found no solution. How do I specify manifest class-path attribute so ALL my *.jar files get included? Not sure if that matters but I execute Ant under Eclipse environment.
|
| Submitting forms from a webpage using Java programs | 08 Jun 2006 21:56 GMT | 3 |
How can I request a url, fill out a form, and submit the form, and then get the resulting page that is sent back? Make sense? For instance: I would like to go to "http://www.ratemyprofessors.com/index.jsp" (This is not the site I
|
| Free java hosting with cca 15 MB of space ? | 08 Jun 2006 21:49 GMT | 4 |
Does you know for a free java hosting which gives 15 MB of space? I need java cause I try to start installation with the java web starter and my application is about 12MB
|
| Disassemble Java | 08 Jun 2006 21:34 GMT | 3 |
I was told, that it is possible to bring a java .class file into a more readable form. Can anybody tell me how to do ? rds
|
| Problems with map implementation...help me!!!Please... | 08 Jun 2006 19:46 GMT | 1 |
i'm a new JSF user and i have a big problem with my application,i hope you help me. I'm developing a JSF application that allow user to upload a txt file in a standard format.
|
| Nesting ifs in simple script? | 08 Jun 2006 16:08 GMT | 2 |
I am using a java script to check that the user has entered in data. I cant quite grasp the syntax, it checks that the first value has been entered, but not the second. function checkform ( form )
|
| Servlet output in IE | 08 Jun 2006 12:29 GMT | 2 |
I have the following servlet code: import java.io.*; import javax.servlet.*; import javax.servlet.http.*;
|
| About Tomcat: How to use servlet-api.jar | 08 Jun 2006 10:40 GMT | 2 |
I have recently installed Apache Tomcat 5.5 on Windows 2000 OS. How to use the file C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\servlet-api.jar
|
| Passing data from C via JNI to Java | 08 Jun 2006 08:51 GMT | 7 |
I'm trying to find info on passing data (float array) from C code through JNI to Java. All I can find though, is either C++/Java or Java to C. Can somebody give a direction to where I can find C to Java? Thanks,
|
| Speeding java I/O | 08 Jun 2006 05:30 GMT | 7 |
I am doing file reading with java. It is slow. I tried using BufferedReader but still I don't find any improvement. Is there anything better I could do? Please give your suggestions. thanks
|
| Swicthing from an Applet to a JFrame | 08 Jun 2006 05:26 GMT | 1 |
I am working on making an applet into a JFrame GUI and getting three compile issues. C:\j2sdk\bin\orderForm.java:189: 'class' or 'interface' expected public static void main( String[] args )
|
| java command does not work | 08 Jun 2006 03:16 GMT | 2 |
It has been a long while since I have run java. I'm trying to convert xml to html using xalan/java. I have installed my xalan jar files in $HOME/imports/xalan-j_2_7_0. The sample command that I got is from
|
| illegal escape character | 08 Jun 2006 00:00 GMT | 7 |
Any ideas why I get the following syntax error? illegal escape character wsV1 = "\x1c";
|
| googling google persistance using google api | 07 Jun 2006 22:11 GMT | 2 |
I've been over to <http://www.google.com/apis/> and downloaded GoogleAPIDemo.java, which is much simpler than expected. I'd like to save the query results to a file. I'm thinking that each query result could almost be apended to an XML file, this seems the most natural and
|
| how to scan UDP ports | 07 Jun 2006 15:55 GMT | 1 |
Any idea about a Java based UDP ports scanner ? Thanks for any relative suggests .
|