| Thread | Last Post | Replies |
|
| joesnmp supprot for DB info.. | 23 Mar 2006 06:02 GMT | 2 |
i'm using joesnmp for first time. i could create snmpSession and get response too. The problem occurs while requesting for SQLServer Database information.
|
| Detecting changed files | 23 Mar 2006 05:50 GMT | 4 |
I'm writing a Java application that deals with bunches of files and does various CVS things with them. I'm wondering how to detect which files (from a list that I keep) have been changed by outside applications.
|
| How to select source 1.5 (Java Studio Creator 2) | 23 Mar 2006 03:56 GMT | 7 |
I've got some source files in Java Studio Creator 2. When building I get errors like: C:\...\Creator\Projects\....\src\Lijst.java:1: generics are not supported in -source 1.4
|
| Is there a better way of getting the following output: ? | 23 Mar 2006 03:35 GMT | 20 |
I've written the following code: public class Sand { public static void main( String args[] )
|
| "com.sun.tools.javac.Main is not on the classpath" problem still there. | 23 Mar 2006 02:33 GMT | 1 |
I am getting this error when i am trying to build jExcel API using ant: "E:\jexcelapi>ant -buildfile build/build.xml Buildfile: build\build.xml init:
|
| good ebook links | 23 Mar 2006 01:26 GMT | 2 |
lot of C, Java language based ebook links and reference materials here. and other languages too http://online-books-reference.blogspot.com/ http://www.googlebooks.tk
|
| Get system x,y on mouse click. | 23 Mar 2006 00:34 GMT | 4 |
I want to get the coordinates x and y for the system(windows xp)on a mouse click. This means i want this to work on regular windows screen components such as iexplorer and not java GUI. How do this with java?
|
| pass subclass to method that takes base class | 22 Mar 2006 23:10 GMT | 3 |
I'm new to Java, so excuse if this is in the wrong group, or off base. I have two classees [code] public class Base {
|
| Graphing: Converting Values to Co-ordinates | 22 Mar 2006 22:49 GMT | 3 |
I've made a dynamic graphing system using java.awt. The values on the y-axis are dynmacilay generated from the database. Like so : public void scaleYAxis(Graphics g,String ticker){ double high = getHigh(ticker);
|
| Ajax ? | 22 Mar 2006 22:40 GMT | 13 |
I have started studying an Ajax book I bought. It occured to me to ask if Ajax could have found a niche that Java doesn't have and if that could develop into a new technology or paradigm ? I have studied java and applets a bit, but it seems to me that Ajax is doing something that
|
| Object clone | 22 Mar 2006 21:53 GMT | 5 |
I have a game that I am currently developing and I am looking to make exact copies of the gameState object throughout the run of the game. I need to do this so that I can do move 'look ahead' but not effect the actual state of the game.
|
| convert String to Date | 22 Mar 2006 21:27 GMT | 3 |
String s="01-12-1983" How can I converto this String into a date.. Thanks
|
| aiuto j2me bluetooth | 22 Mar 2006 20:13 GMT | 1 |
Salve a tutti, mi ritrovo con un problema che magari è una cavolata, ma io non ne vengo fuori. Sto programmando su piattaforma Netbeans+mobilitypack in J2me, lo scopo e testare le classi bluetooth e creare una midlet che mi rilevi i
|
| Writing multiple files with one stream | 22 Mar 2006 19:26 GMT | 9 |
I have a bit of a performance problem. I have 5 live servers that are synchonised with the same files. When I upload I am uploading the same files to each of the 5 servers. Regularly, I need to upload a large number (about 50) of small files (3k) to all 5 servers. 3 of the 5
|
| org.eclipse.ant.core.AntSecurityException Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". | 22 Mar 2006 19:04 GMT | 1 |
I get about 20 error dialog boxes and the following is what I see in the log file after. It seems like it is triggered by viewing or editting the ant build script from Eclipse Ant Editor. But exact sequence of actions that triggers this error is not consistent. Any
|