| Thread | Last Post | Replies |
|
| Programs for newbies | 16 Apr 2007 18:09 GMT | 8 |
I'm wondering.... How do you create a program? I just want to understand the basics, although if someone could explain how to make one of those 2d-3d computer game worlds, I'd love to learn. thanks,
|
| Re: String to Integer | 16 Apr 2007 18:03 GMT | 4 |
Hi, this may be a stupid question. I am kind of new at java. I am trying to read in a number from a textfield that has to be string and then take the number and do some adding and subtraction on the number and return it back as a number to a textfield that is a string. Is
|
| POST through HTTPs | 16 Apr 2007 17:56 GMT | 2 |
Hi, I try to perform http POST using http://martin.nobilitas.com/java/cookies.html it works. However, when I try to perform POST using https, by using tips
|
| combine JSplitPane with JTabbedPane? | 16 Apr 2007 16:24 GMT | 1 |
there is an example in Notepad++,where when 2 or more tabs are open,we can right-click the tab and choose the "go to another view" command.it's so good that we can check 2 files in two views. so i wanna know how to implement this function in java?and is there
|
| zip, gzip and Deflate | 16 Apr 2007 16:02 GMT | 7 |
i have a little concern about which class to use for compression of the data, The data is some binary encrypted data. java.util.zip provides three options Zip
|
| deafult password of tomcat manager | 16 Apr 2007 15:54 GMT | 2 |
I had installed tomcat in unix enviroment by uncompressing 'jakarta- tomcat-5.0.28.tar.gz'. and it is working fine. but when i am acces the web http://localhost:8080/manager it ask for the password and i am not having that and i never set that. please tell me what is the default
|
| jdk1.6.0_01+iis5.1+jk1.2.21+tomcat5.5.23 with 100% cpu problem | 16 Apr 2007 15:16 GMT | 3 |
I did what pages of the tomcat website want me to do. It seems everything's all right, but when you begin a request to it,the cpu's 100% capability is taken by tomcat.
|
| need help: jsf problem of inputText in a dataTable | 16 Apr 2007 15:13 GMT | 2 |
i put inputText in a dataTable, it works normal for display bean property. but i cannot get the modified value of inputText,that is,the change of inputText was disappeared after submit.
|
| Java program | 16 Apr 2007 14:57 GMT | 2 |
I'm teaching myself java and trying to enter in one of Barry Burd program from his book. The varible I'm trying to use is reply and once I complie and try to excute the project I get an error message Exception in Thread main java.lang nullpointerexception.
|
| can you help me in java | 16 Apr 2007 14:49 GMT | 12 |
while i searching about my problem i found this group and i hope to find solution for this problem, so let me tell you about my problem: i want to show and print the numbers in arabic forms not in english, called indian or farisy numbers,i can show the arabic words,so how can
|
| onclick of row of table the value should be in textbox in jsp | 16 Apr 2007 14:31 GMT | 5 |
I am new to jsp , trying very hard ,bot to no avail. Onclick of row of table (html table) on first jsp the value in the row should be displayed in the textbox on second page in jsp. The table consists of records from database.
|
| jni oddness | 16 Apr 2007 14:27 GMT | 5 |
Hi, I was wondering if anyone could suggest reasons the following might be misbehaving. I've followed the IBM JNI tutorial <http://www-128.ibm.com/developerworks/edu/j-dw-javajni-i.html>.
|
| related to java | 16 Apr 2007 13:51 GMT | 3 |
If I'm developing the project with frontend java and database in access with JSP scripting, could you tell me that which is the middleware layer from these
|
| How to combine a process's ErrorStream and InputStream to one buffer? | 16 Apr 2007 12:40 GMT | 2 |
Hello friends, I am trying to write a process's prints into a log. Using the Process API I can do this: m_compileProcess = Runtime.getRuntime().exec(commandline);
|
| is laziness a programer's virtue? | 16 Apr 2007 12:19 GMT | 12 |
Laziness, Perl, and Larry Wall Xah Lee, 20021124 In the unix community there's quite a large confusion and wishful thinking about the word laziness. In this post, i'd like to make some
|