| Thread | Last Post | Replies |
|
| Executing vbscript | 22 Aug 2007 23:36 GMT | 19 |
I have a vbscript that I would like to execute from java. It takes 4 arguments, and example usage follows: "C:\cvs_checkout\tool\Projects\UserInterface\utils \ReplaceWorksheets.vbs" "C:\Documents and Settings\vandenbergl\Desktop
|
| VarArgs - Best Practice | 22 Aug 2007 23:11 GMT | 3 |
I have a question regarding the usage of variable arguments (VarArgs). I am developing a framework and several of the classes in this framework allow the developer to 'add' objects to them. One way of implementing this is by passing a collection, an array, or a variable
|
| Wrapper for multiple instanceof | 22 Aug 2007 22:38 GMT | 10 |
Hello to all Java programmers out there. Recently I have been trying to do a multiple instanceof and thought it would be better to write a function than do those ugly || with repeated instanceofs'.
|
| Surprise results | 22 Aug 2007 22:29 GMT | 2 |
Hi every1 Please visit the following link : http://www.myjavaserver.com/signup for becoming member u have to make the code which I did as
|
| Explanation needed of binary operators | 22 Aug 2007 22:03 GMT | 42 |
Howdy folks, I am trying to read an int from a file written in binary. After researching that archaic file structure, I have found that it is stored as little endian/ least significant first. I have seen code to read this as an
|
| Moving Java Applet from Sun Environment to Windows.. | 22 Aug 2007 17:06 GMT | 10 |
I've got a Java web application that's sitting on a Sun box hitting a Oracle DB that must be moved to a Windows environment. Because I know nothing about Java, other then hearing it's not platform dependent, I need some assistance on what steps need to be done to move such
|
| try catch statement | 22 Aug 2007 16:37 GMT | 21 |
do you declare variables outside or inside a try catch statement? for example: public void nameitmethod() {
|
| Fail to run Java3D file | 22 Aug 2007 16:01 GMT | 1 |
I copied a source code for a simple Java 3D program from this url http://www.java2s.com/Code/Java/3D/HelloJava3Dbrendersasinglerotatedcube.htm When I compiled the program, it displayed no error. However, when I run the program, it displayed this error :
|
| TreeViewer not displayed | 22 Aug 2007 14:13 GMT | 1 |
I encounter a problem while I'm been trying to display a TreeViewer, this one is not displayed. Here is the creation code inside a Dialog : private void createContents(final Shell shell) {
|
| get/write from XML. | 22 Aug 2007 13:55 GMT | 7 |
How can I read neither write from XML ? (using XMLDOM). Need sample, please. Thanks :)
|
| Time formatting / SimpleDateFormat | 22 Aug 2007 12:20 GMT | 5 |
My application is running an 'elapsed time' counter, which I would like to display in HH:MM:SS format. My question is how best to do this in Java. Note, I'm not using the latest version of Java which contains printf (which makes this trivial).
|
| Java Web Start and preferences files | 22 Aug 2007 12:17 GMT | 3 |
I have a problem with Eclipse RCP application that I try run over Java Web Start. In one of the plugin's catalogs I have a files with codes snippets that I try use in my application. Everything works great when I open application through Eclipse or export to standalone product.
|
| Call By Reference | 22 Aug 2007 12:07 GMT | 9 |
class ABC { public static void swap(Integer x,Integer y) {
|
| Java and MS Word | 22 Aug 2007 12:03 GMT | 1 |
Where can i find a Java class/library to dump data into a table in Microsoft Word document using Java? Thanks in advance. ST
|
| Array reference in for loop | 22 Aug 2007 11:55 GMT | 6 |
I have a validate method in a bean class that works and now I want to condense it into a for loop. Here is what I have: //firstname and lastname are declared earlier
|