| Thread | Last Post | Replies |
|
| read an xml file and write it back in an eclipse plugin application | 19 Aug 2005 11:25 GMT | 5 |
I'm writing a eclipse plugin. I need to read an xml file, do some modification and write it back. But I have problem to locate the file when I write back. My code is following:
|
| problem with loading dependencies of a jar file in jre/lib/ext directory | 19 Aug 2005 10:31 GMT | 2 |
I have class MyClass, built in jar file MyClassJar.jar This class uses a class ABC, which is built in ABCJar.jar I've MyClassJar.jar in jre/lib/ext and ABCJar.jar in system classpath. But while running the MyClass Java program, I get following exception
|
| "CallByName" in Java? | 19 Aug 2005 08:31 GMT | 10 |
is there any way to do the job "CallByName" (as in VB) for Java? We want to build a hashtable which has the names of java methodes with their parameters, and later all the methodes will be called only by
|
| Annotations and Retention | 19 Aug 2005 08:28 GMT | 2 |
I've started playing around with annotations. I'm trying to find out, runtime, if a given method has an annotation: @java.lang.annotation.Target(value = java.lang.annotation.ElementType.METHOD)
|
| <html:select> drop down size | 19 Aug 2005 07:58 GMT | 1 |
I'm using an <html:select> drop down box to list some items. here i just want to show only 15 items at a time. any attribute setting is there in struts..?
|
| intelligence for Cable TV | 19 Aug 2005 06:41 GMT | 5 |
This is flagrantly off topic. If you were charitable, you could stretch things since Java started as a set top box language for TVs. My puzzle is this. How do cable TV companies regulate which channels you get if you don't install some sort of descrambler box they
|
| best way to extract the data from several tables into a file | 19 Aug 2005 06:19 GMT | 11 |
I have to extract the data from several tables (Oracle is the database) and insert them into a file, in a specified format. Each column will be allocated a certain size (filled with empty spaces if size is too big), and I will assign a line for each record extracted from
|
| Unable to install the j2sdk1.4.2_09, Help required | 19 Aug 2005 02:22 GMT | 2 |
Hi Could any one tell me why i am not able to install the j2sdk1.4.2_09 in my standalone sytem.(ie wihtout internet connection). My system has windows XP OS, 512MB RAM. When i try to install, i am getting the message as data1.cab might be
|
| about static method | 19 Aug 2005 01:56 GMT | 10 |
I know static fields are always hosting in memory.But,how about static methods? Are they always hosting in memory? I think they aren't,but how are they running? thanks,
|
| why two JRE's? | 19 Aug 2005 00:08 GMT | 3 |
When installing the J2SE Dev. Kit 5.0 Update3, it is installed toghether with the so-called "private" JRE 5.0. Apart from that, the installation program offers the possibility of installing a standalone "public" JRE, which registers a Java Plug-in and Java
|
| Runtime constant | 18 Aug 2005 23:57 GMT | 15 |
Can anyone suggest a workaround for the following problem? I have a constant (static, final) whose value is calculated at runtime, when the class is loaded. Because it isn't known at compile time, I can't use it in a switch statement. But I'd like to.
|
| Sometimes .java compiles to two class files | 18 Aug 2005 23:22 GMT | 5 |
Sometimes when I compile a long .java file, I get two class files as a result. For example, the file servlet.java compiles to servlet.class and servlet$1.class. Does anyone know why the servlet$1.class file is created and how to control it?
|
| converting jbytearray to unsigned char array | 18 Aug 2005 21:59 GMT | 4 |
i have a native method, as folowws: JNIEXPORT jobjectArray JNICALL l2cap_L2CAPImpl_L2CAOpen (JNIEnv *env, jobject obj, jbyteArray dev, jstring service, jboolean auth, jboolean crypt)
|
| IE won't show applet in print preview | 18 Aug 2005 21:23 GMT | 6 |
Is there something about Swing that Internet Explorer doesn't like? Before I started using it in my applet I could print the page through IE, but now the applet just shows up as blank in the preview and if you print.
|
| HTTP address of user?? | 18 Aug 2005 21:11 GMT | 4 |
I've just read a proposal for a new J2EE web system - or maybe a cut-down version of an existing one. Regardless, there are some new requirements. One of those is to record the IP address of the user. I'm using Struts, so my Action objects get passed an
|