| Thread | Last Post | Replies |
|
| Understanding this error list | 27 Oct 2006 04:15 GMT | 4 |
I have this program in an iBook, Mac OS 9.2.2 with Java 1.0.2. While it compiles with no error, it refuses to run based on the errors noted below. Help would be appreciated.
|
| java package - money | 27 Oct 2006 04:11 GMT | 1 |
good evening guys, i am finding a piece of work extremely tough going at the moment and wondered if i could get any hints/help on where im going wrong. i am aiming to produce a package (money.java) which could be used in order
|
| java package - money | 27 Oct 2006 00:04 GMT | 1 |
good evening guys, i am finding a piece of work extremely tough going at the moment and wondered if i could get any hints/help on where im going wrong. i am aiming to produce a package (money.java) which could be used in order
|
| Netbeans JAR file execution from command line | 26 Oct 2006 20:39 GMT | 3 |
I needed to run a program I created called RandomPasswordGen and it wouldn't run because it said it couldn't find some necessary classes, which I tracked down to some swing layout jar file in netbeans. Eventually I copied all the netbeans files into the sun java directory. I
|
| Remote development with Eclipse | 26 Oct 2006 15:56 GMT | 1 |
Is it possible to load workspace in the eclipse that isn't on my computer? I would like to work in Eclipse from home, but have everything on my computer at work. Thanks in advance!
|
| help,ImageIO | 26 Oct 2006 15:22 GMT | 7 |
I'm dynamiclly creating image files through screenshot utility of java(prog name:- Test_ScreenShot.java) and saving them in memory sequentially(pic0.jpg,pic1.jpg....etc).Simultaneously I'm accessing the saved files from another
|
| Does jGRASP have smart indentation? | 26 Oct 2006 13:42 GMT | 2 |
Hi all, I'm using jGRASP, and wonder if it has the ability to smart indent. Thanks....
|
| Test If Int Has Not Been Set | 26 Oct 2006 09:27 GMT | 3 |
I have an array of integers, which I set via a recursive function. Obviously, I don't want to set them more than once, so I want to test if, for instance myVar[10] == null. But of course, that doesn't work, since integer's are not null before they've been given a value.
|
| load properties from xml into objects | 26 Oct 2006 09:20 GMT | 2 |
I have an xml file with properties: <?xml version="1.0" encoding="UTF-8"?> <plugins> <plugin>
|
| Can not figure out what I am doing wrong | 26 Oct 2006 03:27 GMT | 7 |
I can't seem to find what is wrong with this. I know a lot is wrong by the amounts of errors that are popping up but I can't seem to find a way to fix them. Can some one please help with my stupid mistakes? Thanks
|
| execute java app from within java | 25 Oct 2006 14:03 GMT | 1 |
Is there another way of launching a java program, from within another java program, than using: Runtime r = Runtime.getRuntime(); Process p = r.exec("c:/javac/bin/java -classpath c:\\Michael Sample");
|
| NetBeans Profiler Reading In A File | 25 Oct 2006 13:49 GMT | 1 |
I am having a silly problem using the NetBeans Profiler. When I run my project usually (without the profiler) it manages to read in the required file. However, when I run the profiler I get a FileNotFoundException. Wherever I put the file I seem to get this
|
| System.out.println() | 25 Oct 2006 13:00 GMT | 10 |
I am trying to format my output with System.out.println. I have declared: public double gnShortLosses = 1330.03; public double gnLongLosses = 17770.330;
|
| How to make sure stdout and stderr is caught from runtimeexec | 25 Oct 2006 11:25 GMT | 1 |
I have written a class that handles stdout and std err from a unix command. How can I make sure that both threads have finished? Do I need to synchronzie my StreamConverter? cheers,
|
| Need some help with objects/classes | 25 Oct 2006 00:38 GMT | 2 |
I'm trying to make my own object that holds a name of the link, the href of that link and if that link has any sublinks/hrefs. BTW, this code is written in C#, which is very similar to Java. Here is what I have for my object (ArrayLink):
|