| Thread | Last Post | Replies |
|
| Using ObjectInputStream/ObjectOutputStream | 18 Aug 2006 14:17 GMT | 1 |
I am trying to send objects across the network using ObjectInputStream/ObjectOutputStream based on this example: http://www.jguru.com/faq/view.jsp?EID=10472 I have created two separate projects: one for the client side and one
|
| applet on the webpage & "Click to activate and use this control" info pop-up | 18 Aug 2006 12:34 GMT | 4 |
I have a webpage with java applet. When I point cursor on the applet's window a "click to activate and use this control" pop-up apperas near the cursor. In my applet I have my own "cursor pop-ups" which are showing up when
|
| Java redirecting url | 17 Aug 2006 21:02 GMT | 4 |
First of all, I'm a noob on java stuff. So if I'm in the wrong group or something, please tell me. I have been using an embedded java program "FreedomAudio" in a webpage. But on a new install it looks for a webpage at
|
| How do we use HTTP range header in java? | 17 Aug 2006 10:55 GMT | 1 |
Im new to HTTP range header... how do we use range header in java? How is it different from HTTP GET?? Kindly Help -Sundar
|
| Invoking KeyEvents to simulates keystrokes | 17 Aug 2006 00:56 GMT | 3 |
Hey all. I'm a gamer, and I can get absorbed by whatever game I'm playing fairly easily. So I want to write a program that can take a given time and, at that time, force the computer to Alt-Tab out of the program, or
|
| help with getting my movie in | 16 Aug 2006 23:17 GMT | 1 |
ive created a simple gui and want to input an mpeg file but carnt get it working, can anyone help me rearrange my code or explain how to do it or what the prob is many thanks i have been tryin alsorts so i ts a bit of a mess lol :P
|
| JMFregisrtry can't detect my camera | 16 Aug 2006 23:12 GMT | 7 |
i have problem with getting my camera detected by JMFRegistry. my camera : Vimicro USB Camera LTI301P the error message: Capture device query unsuccessful!
|
| Basic question abt servlet engines | 16 Aug 2006 21:02 GMT | 2 |
I have a very elementary question abt the concept of using servlet engines (like Jrun) or application servers for running java servlets on a webserver(like IIS). What I understand is as follows: When the webserver receives a request it directs this to the application
|
| making 3D viewer for 3D studio files or vrml ? | 16 Aug 2006 14:28 GMT | 1 |
I was wondering how people view some 3D models maked with 3D Studio for example. Is there some world-wide viewer or it is good idea to make some simple viewer of 3D models which can rotate models across all axis ? Do you know for some free packages which manipulate with the well ...
|
| Tomcat 5.x and Document Root | 16 Aug 2006 14:18 GMT | 1 |
Sure this is a simple question, but I have an War File (ROOT.war), which expands to the Root directory, and is available under http://myserver.com/cart.jsp. Internally, the file was set up to have images tags like <img src="/images/cash.jpg"....../>.
|
| BufferedReader readLine returning NoSuchElementException | 16 Aug 2006 10:21 GMT | 3 |
I'm using BufferedReader and readLine to read a textfile into a program. The lines are terminated by CRLF strings. The problem is that there are some empty lines, that is, there are sequences of CRLFCRLF without any interverning characters. The readLine
|
| How do I disable "Java Update Checker" ? | 16 Aug 2006 09:30 GMT | 5 |
Since I installed the last Java release (5) it seems to me that I have an automatic Java Update Checker (jusched.exe) which tries from time to time to search for updates. How do I premanently disable this search for updates ? J.
|
| Creating new thread from servlet | 15 Aug 2006 23:09 GMT | 1 |
I am looking for some general suggestions on how to do a task: I have a Java servlet running in Tomcat that is a form. Users come to the page and fill out the form, and my servlet puts the information into a database. My issue has to deal with a class I need to call
|
| Cloning and Distinct Copies of Objects | 15 Aug 2006 21:20 GMT | 8 |
What is the difference between doing this with two string arrays: newCopy = oldCopy; instead of newCopy = oldCopy.clone();
|
| help needed to read file list... | 15 Aug 2006 15:35 GMT | 1 |
I'm trying to read a list of files, have a loop through the loop but onli one file is going through the InputStream - the first one the rest just dont.... something is missing......
|