| Thread | Last Post | Replies |
|
| is there a struts gui plug in for jbossIDE eclipse? | 23 Jan 2006 14:42 GMT | 2 |
is there a struts gui plug in for jbossIDE eclipse? I tried struts-it and tk-struts... but they didnt work.
|
| Need help about JTabbedPane | 23 Jan 2006 14:10 GMT | 1 |
Hello, I have a problem with the JTabbedPane in which the PropertyChanged event is only fired if the selected tab is different from the current tab while the expected behavior is that whenever a tab is clicked, it is refreshed even if it is the current tab. Is there
|
| XML element as string?? | 23 Jan 2006 14:01 GMT | 1 |
I need to parse this XML using DOM in java. <Replace><img src="/topcoder/images/smiles/base_smile.gif" border="0" alt="smile"/></Replace> have to get everyhing under "Replace" as String. i.e., replaceString =
|
| Struts and the View | 23 Jan 2006 11:47 GMT | 3 |
Struts Action returns ActionForward object which is responsible for the view component. like this public ActionForward execute(ActionMapping mapping, ActionForm inForm,
|
| Remote Java debugging on VMS | 23 Jan 2006 11:30 GMT | 1 |
Hallo everybody! I have troubles when I try to start a java programm for remote debuging on OpenVMS. I use classic VM and try to start with:
|
| Instrumenting byte code | 23 Jan 2006 10:46 GMT | 1 |
I want to Instrument java bytecode program to trace method behaviors . Is there any reference to do it. I saw BCEL Library provides facilities for doing. Is there anoy method for doing instrumentation. And Java 1.5 also provides Instrument class. Can any one explain usage of
|
| 32/64 bit JVM | 23 Jan 2006 09:51 GMT | 3 |
I had few queries related to JVM. 1) Is it possible to run one application in 32 bit JVM and another in 64 bit JVM on the same machine? If yes, how? 2) how do we know what version of JVM is being used by java
|
| How to include boilerplate (headers, footers) in web pages. | 23 Jan 2006 09:37 GMT | 9 |
I want to include static features in all pages of a web site- things like banners, main menus, etc. - and would like some help in what is the 'standard' way(s) to do this. I've done this before using Java Server pages which have an include
|
| file .dat into a window | 23 Jan 2006 09:07 GMT | 5 |
I have a need to create a simple file browser that will allow me to show a file .dat (that change run time) into a scrollable Java TextView or TextWindow so that I could read the new data which would be appended
|
| Parametric covariance in class hierarchies | 23 Jan 2006 09:01 GMT | 6 |
can someone explain why in this code fragment always the base class method is called? class Base { void m(Object o) {...}
|
| JFrame centered on the screen | 23 Jan 2006 08:48 GMT | 4 |
How can I create a JFrame that is centered on the screen? It appear up on the left corner of screen. Why? Palmis
|
| Loading library inside Jar file | 23 Jan 2006 08:11 GMT | 2 |
It has been almost all the afternoon trying to load a library from a jar file. My code is something like static{ //Load the library used by this Wrapper
|
| Number format exception while converting from double to int | 23 Jan 2006 08:05 GMT | 3 |
The code int n = (int) java.lang.Math.round(Double.parseDouble((String) args.get(0))); r = (int) java.lang.MathException in thread "main"
|
| Command line compiler for Windows | 23 Jan 2006 07:18 GMT | 4 |
Dear JNI programmers, is there a way to get the cl.exe compiler of Microsoft Visual c++ without using this whole software? I just want to compile JNI programs with the cl.exe compiler.
|
| JNI: Transforming primitive types | 23 Jan 2006 06:57 GMT | 3 |
I would like to know if there is simple way in JNI to pass a float** in c++ to a jobjectArray. should I first search the jclass element, then creating the NewObjectArray and at the end, coping all the c++ float-elements to the jobjectArray?
|