| Thread | Last Post | Replies |
|
| Exception in thread "main" java.lang.OutOfMemoryError Please help! | 20 Dec 2006 09:38 GMT | 12 |
I'm trying to do some simple text formatting, starting with a base XML file which is about 6MB in size. The problem I'm having is that I keep getting this message: Exception in thread "main" java.lang.OutOfMemoryError
|
| Need help in comparing permissions/ownerships on different systems | 20 Dec 2006 04:45 GMT | 2 |
I am looking for help or suggestion for a way to compare filesystems between two different systems. I have two development environments, one is stable the other is not. I like to get a report of how similar they are, and if the permissions are similar.
|
| Tricky Data Type Needed | 20 Dec 2006 01:58 GMT | 5 |
I'm writing a program that will store map data. Basically a 2-dimensional array with values for x, y coordinates: byte [][] pos So to access data as perhaps x=90 and y=35, I would use:
|
| updates and external packages | 19 Dec 2006 19:45 GMT | 5 |
I have created an external package that I use for a couple of applications. The machines that I have it installed on are used by a variety of people, and once in a while one of them gets the bubble notification that there is a Java Update ready for download. If they
|
| Checking web pages written in Javascript | 19 Dec 2006 15:42 GMT | 1 |
I would like to check a web page for updates that is written in JavaScript and requires me to log on with a username and password, then email me a snapshot of the web page or a copy of the web page.
|
| Oppurtunity for new H1B visa sponssorship | 19 Dec 2006 13:46 GMT | 1 |
We are pleased to inform all with an exciting opportunity from ITOffers Inc. an eight years old IT services company with extremely talented information technology professionals having experience in a wide range of skills.
|
| [returning error message on abort]how to interrupt normal process in a method | 19 Dec 2006 04:38 GMT | 9 |
I have a method that return an array, something like this : public String[] getAllClassName(Indi indi) { /* check for existing classes */ /* not very efficient as we do not have a class names list */
|
| [println]can we use color in java console | 19 Dec 2006 04:04 GMT | 2 |
When using println("comment..."); to write in java console is it possible to at least use red color when desired ? ; if yes how to proceed ? Thanks.
|
| JNI | 18 Dec 2006 19:04 GMT | 5 |
Hi I have the following code from http://forum.java.sun.com/thread.jspa?threadID=716966. But I am having trouble compiling it. If anyone could point me in the right direction I would be grateful.
|
| JCreator - Using classes stored in different projects | 17 Dec 2006 19:28 GMT | 2 |
For those of you who develop using JCreator, I'm trying to use classes I wrote for one project in another project - but I don't know how to refrence these classes. It's the same workspace, if that matters, and they're stored in folders by project. I assume there is a way to do
|
| Applet, not change color! | 17 Dec 2006 18:54 GMT | 5 |
This code works fine, but it does not seem to change the color when requested. Thanks in advance for any help import java.awt.*;
|
| importing external class from inside package | 17 Dec 2006 16:50 GMT | 9 |
The structure of my java program is as follows: Inside directory 'winter', I have a 2 java files A.java and B.java which both belong to the package 'winter'. Inside directory 'winter', I have 2 other files otherA.java and
|
| J2EE | 17 Dec 2006 16:38 GMT | 9 |
Hi guys (and girls) Hopefully some of you can help me with a little problem... sorry, program/software called J2EE =) The helpfiles at Sun havn't been that much of a help.
|
| How can I use a string as a parameter to produce a new class instance? | 16 Dec 2006 21:35 GMT | 3 |
I'm trying to produce an instance of a Class by passing a number of parameters whcih have been read from a text file. e.g. String,boolean,boolean,int,int,int,double,double,double If I hard code it as below the programme runs
|
| CLASSPATH problem in java(jdk1.5.0_05) | 16 Dec 2006 17:28 GMT | 1 |
When i am compiling the program,iam getting (Ex: Hello.java class not found) how to solve this problem?
|