| Thread | Last Post | Replies |
|
| new member | 28 Aug 2006 23:17 GMT | 2 |
Hello everyone , i just joined this group inorder to learn more java. I'm third year in purdue university software engineering major i know some java but i still have to learn a lot So yeah thats some info abut me, see ya around
|
| Check for time function | 28 Aug 2006 22:09 GMT | 2 |
Hello all...I have an issue with one of my java script functions that I'm hoping someone can easily help with. I have a web based application that we use to create/sign up for overtime. When we have holidays we require our employees to sign up in 4 hr increments for the times we
|
| Subject: Detach (daemon) | 28 Aug 2006 21:44 GMT | 4 |
Any examples how to detach and run as a daemon?. I've seen some use System.out.close() and System.err.close(), but I just can't get it to detach and run as a daemon. I'm on GNU/Linux, using gcj/classpath.
|
| Windows login information in java | 28 Aug 2006 21:33 GMT | 8 |
i want windows login information in my java application. can anybody help? Thanks in Advance Deepak Kumar
|
| Using JNI with Cisco VPN API - getting error | 28 Aug 2006 21:30 GMT | 2 |
I have created a JNI path to access the Cisco VPN API. On one machine it appears to work - but there is no wireless card so I cannot truly test that it does what I wish. So I moved to another machine where there is a wireless card. However, on this machine I am getting an
|
| stupid question...waiting for a stupid answer | 28 Aug 2006 19:57 GMT | 4 |
I'm wondering why I can't do the following and get my desired result: //globals private hasPhoneNumberChanged = false; private void notifyChanges(boolean dirtyFlag) {
|
| Sorting data in JTable | 28 Aug 2006 19:47 GMT | 2 |
From http://java.sun.com/docs/books/tutorial/uiswing/components/table.html page, section "Sorting and Otherwise Manipulating Data" I downloaded the TableSorter.java and implemented it into my test applet:
|
| Extracting strings from text files | 28 Aug 2006 19:45 GMT | 4 |
Hello again, I want to to read lines from a text file and assign each column of each line to a different variable, something like read -u FileHandler STRING1 STRING2 ... STRINGN in bash... How could this be done when
|
| auto-resizing applets? | 28 Aug 2006 19:30 GMT | 1 |
Say I have the following applet: import java.applet.*; import java.awt.*; public class Test extends Applet
|
| struts model. . | 28 Aug 2006 18:28 GMT | 1 |
I am a very beginning struts user, i really don't find any advantage of struts if compare to traditional jsp-servlet-jsp model. I am not here to step on struts, but would anybody tell me the advantage of struts?
|
| PHP Parser for Java..? | 28 Aug 2006 15:08 GMT | 14 |
OK, I believe I looked enough on the web (google.com, irc.freenode.net, google groups etc. etc.). I can't seem to find a single PHP Parser that I can use in Java. I have downloaded Apache Xerces but I believe it is not relevant (or
|
| How do I get my Outlook Express to work with my Gmail? | 28 Aug 2006 15:02 GMT | 1 |
Can someone help me to find out how to get my outlook express to work with my Gmail ACT.
|
| how to import csv data to a jTable | 28 Aug 2006 14:22 GMT | 2 |
Hi All; I am trying to get csv values into a jTable can anyone hlp me by sending a sample code or even a code of reading a text file on a java interface......thanks.....william
|
| Java system prop question. | 28 Aug 2006 12:35 GMT | 2 |
Guys, What do you mean by this line in a java startup script: What will be the result of using this line: sun.io.unicode.encoding=UnicodeLittle
|
| how do I get a path from a servlet? | 28 Aug 2006 11:50 GMT | 4 |
I have a page -- <public html dir>/app1/form.jsp that submits via POST to a servlet, MyServlet. Within the doPost() method of MyServlet, I do some stuff, and then want to redirect back to <public html dir>/app1/ without hard-coding "app1".
|