| Thread | Last Post | Replies |
|
| Selling java games | 16 Jul 2005 01:24 GMT | 1 |
Hello, I have approached a company who is interested in me creating java applet games for their site and would like some advice on how to go about the actual transaction. I am based in the UK and they are based in the US. I have suggested that on comlpletion of the game, the money ...
|
| Problem running game in applet | 16 Jul 2005 00:04 GMT | 1 |
Hello, I am creating a simple shoot em up game which is similar to space invaders. When the ship fires, it shoots a red line upwards. This is achieved by moving an image one pixel at a time up the screen with a 3 milisecond gap (Thread.sleep(3)).
|
| import fails...classpath? | 15 Jul 2005 13:59 GMT | 3 |
I'm writing a plug-in for JamochaMUD, which can be found at <http://www.jamochamud.org/>. Some of the capitalization for the interface and package names is a bit off, but that's out of my control. Why won't TestPlugIn.java compile? I think it's something to do with
|
| authenticate microsoft windows active directory users | 15 Jul 2005 09:41 GMT | 1 |
can any one plz help me in getting info regarding how to authenticate microsoft windows active directory users using java program ! any links regarding this,any sample code etc
|
| Synchronization on member objects of a class | 15 Jul 2005 09:14 GMT | 3 |
I am working on a multithread program that keeps updating an data object at real time, while periodically query the object through a reference in a separate class. It looks like the following: public class Updater{
|
| JDBC commit thread | 15 Jul 2005 07:27 GMT | 1 |
note this is a repost of I am using a JDBC-ODBC driver with a Microsoft Access database. My problem is that whenever I call the commit method. It takes half a second for the results to become permanent. However my threads are
|
| JNI and native callbacks | 15 Jul 2005 01:54 GMT | 3 |
I am having a little trouble using JNI to link between Java and an existing API. The API requires some callback methods which i have written in C. The problem is, how do I let my java program know that the callback is being executed? The callbacks, obviously, do not have a ...
|
| JTable in Applet, dynamic update | 14 Jul 2005 23:25 GMT | 3 |
I have a JTable, within a JScrollPane, in an Applet. The table uses the DefaultTableModel to manage the data. This table gets updated data in the form of a Vector of Vectors every so often from the server. To update the table I use the setModel method. Problem is... table doesn't ...
|
| New user's query | 14 Jul 2005 15:03 GMT | 3 |
I am a long time C/C++, Tcl/Tk, and assembly programmer who has virtually no clue about anything Java related. My task is to develop a simple applet that will reside on a local web server that will run on PCs connected to it. It will allow users to
|
| Can't starts j2sdk applet demo in a IE ? | 14 Jul 2005 13:02 GMT | 7 |
I installed j2sdk on a comp, checked all java stuff in a Internet properties->advanced and still got a message that my browser understan applet tag but can't start it ? What I missed ?
|
| Java 1.4.2_04 and sdtpdasync | 14 Jul 2005 12:45 GMT | 2 |
I am trying to use Sun's sdtpdasync to Sync my Palm Vx. The version I am using is written to run under the Java Runtime Environment vers.1.2, but all I have is vers.1.4.2_04, and it refuses to play under that (it notices that the Palm has come online, but it never succeeds in ...
|
| newbie thing: problems with next() and whiles | 14 Jul 2005 11:15 GMT | 3 |
I have writen the following method and I can't fix the bug. while (i.hasNext()){ StringBuffer sb = new StringBuffer(""); while (i.next().toString().matches("[^AEIOUaeiou]")) {
|
| how long java 1.0 has developed? | 14 Jul 2005 09:16 GMT | 50 |
I know Java 1.0 was release in 1995. But I want to know how long it took to design Java programming language for Java 1.0. any ideas??
|
| Thread synchronized JDBC ODBC Database Connection Commit | 14 Jul 2005 02:14 GMT | 1 |
Here is a short version of my class class CLASSNAME { static LOCK = new Object(); Connection con = //initalized elsewhere
|
| NetBeans 4.1 project runtime problem. | 14 Jul 2005 02:00 GMT | 5 |
I have a small Java project in NetBeans 4.1. The project compiles correctly, but at runtime I get a ClassNotFoundException, even though I have added the jar file that the class is in to the classpath (using the NetBeans wizard).
|