| Thread | Last Post | Replies |
|
| activate my java | 22 Jan 2008 14:57 GMT | 1 |
may you activate my java.my phone is samsung e250,my cell number is 079 1439 782. malvern
|
| Moveable containers on a web page like iGoogle? | 22 Jan 2008 14:54 GMT | 9 |
What is the technology behind creating moveable containers on a web page like iGoogle?
|
| Peer to Peer Architecture | 22 Jan 2008 02:21 GMT | 3 |
I need to lead a discussion on an interesting distributed computing topic. I would like to do something about a Peer to Peer architecture and an implementation of this in Java. Does anyone have a suggestions on this? I have used the Chord
|
| Debugger doesn't break on exception? | 22 Jan 2008 01:06 GMT | 4 |
And as long as I'm asking questions... I can't figure out how to get the Eclipse debugger to break into a thread automatically if a null reference exception occurs. I know that Eclipse generally should do this, because the Windows version
|
| good way to set cross-platform development with version control | 21 Jan 2008 23:20 GMT | 2 |
I'm working on a CAD type application that can be used on Windows, Linux, and Macs. I have a laptop that dual boots with Windows XP or Ubuntu Linux and I also have a new iMac. I want to setup the project directories so that maybe I can access the
|
| Need a clarification in the "for" loop | 21 Jan 2008 21:50 GMT | 5 |
I came across the following piece of code in java String []a; String []b; for (String x:a, String y:b) {
|
| JPOX | 21 Jan 2008 21:49 GMT | 1 |
I have a question about JPOX. How in JPOX refresh data from database on a current basis (all the time). Thank you
|
| FREELANCE ONLINE WORKER NEEDED | 21 Jan 2008 19:34 GMT | 5 |
FREELANCE ONLINE WORKER NEEDED Dear sir/ madam. We are looking for full time/ part time information processor online worker. With only 1 hour / day, the potential income is minimum USD 10 / process information/ email. To SERIOUS person
|
| Re: the MI 5 spammer | 21 Jan 2008 19:33 GMT | 36 |
On Jan 7, 1:37 am, Andreas Leitgeb <a...@gamma.logic.tuwien.ac.at> wrote:
> [misquotes me] Do not misquote me again. Your post contained supposed "quoted
|
| Java 6 Update 4 Application JDialog labelled (Java Applet Window) | 21 Jan 2008 18:21 GMT | 3 |
Running Vista, Home Premium; Java 1.6 SERVER VM Update 4 using the following command line: java.exe -server -dsa -Dsun.java2d.noddraw=true -Xbatch -Xss256k - Xms300m -Xmx300m -Xnoclassgc -XX:+RelaxAccessControlCheck -
|
| AudioClip | 21 Jan 2008 18:21 GMT | 1 |
What formats does AudioClip support? I believe it is like this, but I have not found any official docs. You can also play AU, wav, MIDI and aiff files with java.applet.AudioClip.play. For AU files use G.711 mu-law format not
|
| open a file outside JSP | 21 Jan 2008 16:15 GMT | 3 |
I wonder if any of you have done some programming just to open a file from a JSP. My JSP code is inside a .war file and the file that I want to open is outside the war file. I'll really appreciate any help.
|
| Problem in Networking... | 21 Jan 2008 13:33 GMT | 12 |
I have the Server and Client programs... those work well on my system... the problem is when i run the server and client on two different system that are not in LAN and connected to INTERNET its not
|
| Prepare Statements VS Statements | 21 Jan 2008 13:18 GMT | 12 |
for one of my customer I need to program an adapter that basically receives about 25'000 MQ Messages, parses them and then finally writes the data into an Oracle DB. I must say at this point that every message has a variable length and
|
| how to know is object created | 21 Jan 2008 13:16 GMT | 2 |
Is it possible to know is class object created? Thank you
|