| Thread | Last Post | Replies |
|
| Using Java to write and ActiveX component? | 12 Mar 2007 19:33 GMT | 6 |
This might be a strange question, but is it possible to write an ActiveX component using Java? I've seen references to Microsoft's Visual J++. Is it possible to do using "normal Java"? I've tried Googling but I'm unable to find any up to date resources. Can
|
| Adding new Libraries to eclipse | 12 Mar 2007 18:57 GMT | 1 |
I am trying to use a library called "org.eclipse.jface.wizard" within eclipse. My classes are not recognizing this library when I import it ("import org.eclipse.jface.wizard;"). I have not been able to find the JAR file to manually import it. Does anyone know the steps I need
|
| Dumb Netbeans Question | 12 Mar 2007 18:50 GMT | 1 |
I don't know what I did, but I must have changed a setting somewhere somehow. When I try to call a method belonging to an instance variable, the only methods shown in the popup method window are the methods of the
|
| How Sun makes money from Java since it develops it and gives to everybody for free? | 12 Mar 2007 18:20 GMT | 22 |
I guess here is not the right place to ask. But I don't know the right place. Sorry. I am a Java developer. I am just curious how this works out. Sun hires people and write Java, the language. Since Sun releases it for free, how
|
| Charset conversion question | 12 Mar 2007 17:31 GMT | 5 |
To put it simply, I need some help dealing with the 'smart' character corrections that Word automatically performs (quotes, hyphens, fractions, etc), specifically after it has been copied from Word and pasted into my web form.
|
| How to get the simplest NumberFormats | 12 Mar 2007 12:30 GMT | 2 |
I would like to format numbers (doubles) for display. I want to use the methods NumberFormat.setMinimumFractionDigits() for rounding, but I am annoyed by the Locale. How can I get rid of the Locale formatting and get back a simple number
|
| Form Servlet | 12 Mar 2007 12:03 GMT | 2 |
I have an HTML form which has an drop down box. I want to display the selected option from this from a Servlet. I am having problems with this and have a feeling I am not extracting data from the drop-down box properly. I would be really thankful if somebody can point out
|
| Tomcat native library installation on 64-bit java 1.6.0 | 12 Mar 2007 10:52 GMT | 1 |
We are trying to install APR 1.2.7 on a 64-bit machine to make it available for Tomcat. Previously (on a 32-bit system) all we had to do is build it from sources under /usr/local/apr and
|
| How to avoid muti-committing a form inSTRUTS? | 12 Mar 2007 10:42 GMT | 4 |
as the topic.I built a user-registering system by struts.For optimizing,I need to add a usage that can avoid commit the register form for muti times.I knew a little about the Token class ,and actually used it ,sadly,I failed.I hope I can find help here for
|
| Opportunities for best java programmer in France | 12 Mar 2007 10:15 GMT | 3 |
I am recruiter specialised in the IT sector. I am recruiting java programmer with high value profile for my clients. Do not hesitate to ask me question or send to me your resume and what you're looking for.
|
| multiple frames in Full screen mode | 12 Mar 2007 10:11 GMT | 2 |
is there a way to make other frames appear on the top of a full screen frame? in other words ,I want to place buttons in my full screen frame each one of them makes another frame to appear
|
| FileWriter.write() does not fail if file is removed after being opened | 12 Mar 2007 08:01 GMT | 6 |
This may be an OS thing, but FileWriter.write(Sting,int,int) thinks it is writing ok when I remove the file it is writing to after the file has been opened. No exception is thrown, because the line directly after the write() and flush() within the try block is executed (I am
|
| connect to a servlet | 12 Mar 2007 07:47 GMT | 3 |
i am doing a web application.in that, i need to call a sevlet from a java class.on searching i got the following code. URL url=new URL("http://localhost:8080/Scroll_Sample/index.jsp"); URLConnection conn=url.openConnection();
|
| create a folder or new file from servlet? | 12 Mar 2007 05:15 GMT | 2 |
Is it possible to create a folder or file on the web container with servlet? SK
|
| Vista and SET | 12 Mar 2007 04:34 GMT | 1 |
I am not sure where this is going off the rails, but I found my ANT scripts that use ENVIRONMENT variable names now are case sensitive. It might be Vista, ANT 1.7 or 4NT 8.01, or it may have there all along and I just noticed the problem. I thought I would pass this on
|