| Thread | Last Post | Replies |
|
| inner class question | 07 Apr 2005 08:43 GMT | 2 |
i got compilation error: [javac] C:\opt\SVGT\Development\src\java\hk\com\smartone\svgtx\converter\Con verter.java:104: local variable jpegConverted is accessed from within inner clas
|
| XML-Parser | 07 Apr 2005 08:32 GMT | 1 |
ich muß mit Delphi demnächst XML Dateien parsen. Kenne bisher nur von Java her den Sax-Parser. Kann mir jemand ein gutes Tool für Delphi empfehlen ? Grüße,
|
| Article Help | 07 Apr 2005 03:55 GMT | 2 |
I have read a lot of books, articles on Article; however, I still confuse about Article usage. Does anyone have any good reference which helps me to master Article usage?
|
| Problem to compile jsp | 07 Apr 2005 02:19 GMT | 4 |
i use tomcat 5 i have some file JdbcMVC.jsp Client - Class ListeClient class(bean used in the jsp) TraitementClient class (connect to the database)
|
| delete a row in a JTable | 07 Apr 2005 01:18 GMT | 1 |
I have a JTable with a DefaultTableModel and I want to implement a delete function with which the user has the possibility to select one row klicks on a button and the deletion of the row is executed. The problem is that the deletion of the rows works fine except the deletion
|
| record sound with java | 07 Apr 2005 00:20 GMT | 2 |
I have made a datingsite and i want to give the possibility to record sound from the site in mp3 format. the file will be stored on the server and its reference will be in the database. is there software for this to implement this in ur website? Is there a build in function in java ...
|
| Is it possible to load classes from a JAR stored in memory? | 06 Apr 2005 19:21 GMT | 1 |
Does anyone know if it is possible to load classes directly from a jar file that is stored only in memory? The reason for my inquiry, is b/c I have a collection of class files that get loaded from a custom classloader, and im trying to find an
|
| Why the moveTo acces denied in jsp not in asp | 06 Apr 2005 19:06 GMT | 1 |
I include this javascript file in my jsp page developed in Weblogic 8.1.4 on Windows 2000 platform. Basically, I use the makeRemote( ) function in an <a..> hyperlink to open a child window, which has the size of window of its parent, and then overlap at the left-top corner of
|
| JSP or Java application client ? | 06 Apr 2005 18:56 GMT | 1 |
We are migrating application to Java and I am considering what aplication client to choose : Swing or JSP, Rich or Thin client. Can any body please tell me, what consideration should I take when deciding to use Swing or Jsp / Rich or thin ?
|
| JNI (C++): NewGlobalRef() required for FindClass() / GetFieldID() / GetStaticMethodID() ? | 06 Apr 2005 18:41 GMT | 3 |
(1) those methods of the JNIEnv *env seem to be NOT related to object *instances*. So can i calculate values by those once, store and re-use later without need to use NewGlobalRef()? Or might there result problem e.g. due to the JAVA garbage collection?
|
| TimeZone.getID() across different jdk versions | 06 Apr 2005 17:47 GMT | 3 |
I want to pass a timezone id (obtained using TimeZone.getID()) from server running jdk 1.4.* to my java client running lower version of jdk (1.1.8). The idea is to construct the TimeZone object at client side using the ID obtained from the server. My question is - Will there
|
| Kill a thread after a time-out | 06 Apr 2005 16:09 GMT | 3 |
I have an applicatin that will create a new thread every time to do an operation calling a third-party jar. Unfortunately, that 3rd party jar file may hang and will not return any exception or error to my application. Therefore, I want to kill that thread after a time-out period, ...
|
| source code required for client server application | 06 Apr 2005 15:39 GMT | 1 |
I m doing my project in java that is web based chat server and I need help for it. I need source code of socket based client server application with GUI (graphical user interface).
|
| divide strings in a cell of a JTable | 06 Apr 2005 15:35 GMT | 4 |
I have a JTable with two columns and some rows. In the second column there are always strings displayed which does not fit the column size. Is it possible that the string will be automatically divided when the end of the column is reached, the cell height is increased and the
|
| precompiling JSP weblogic8.1 | 06 Apr 2005 15:10 GMT | 1 |
I have a webApp where all the JSPs are in the WEB-INF folder (WEB-INF\jsp\). When I try to compile with weblogic.jspc, these JSPs are ignored by the compiler. How can I tell weblogic.jspc to see and compile the JSPs?
|