Hi, I am very new to Java. I have a problem with displaying an image;
-------------------------------
package bts;
import java.applet.*;
import java.awt.*;
public class Match extends Applet {
Image box;
public void init() {
prepare();
}
public void prepare() {
box =...
...Whats happening is that when you run the command with an input and output filename (as usual) it then displays the following, then freezes.
"Pro*C/C++: Release 10.2.0.1.0 - Production on Wed Jul 18 09:38:42 2007...
Hi,
I hope that this is the correct forum for this question.
I am looking at an intermittant problem in a java program; 'Maximum open cursors exceeded'. The bit of code at fault accesses many tables inside a large loop. Each time it accesses a table it does the following at the start of the...
Thanks for the reply.
The bad news for me is that it appears that the only way to increase the number of inodes is to re-format the partiton.
Thanks again
john.
Hi
I am experiencing a problem due to having a very large number of files in a single partition which I hope someone might be able to help me with.
I have been migrating an old badly written application from a Unix box to a Linux box. In total, the application has around 470,000 files in its...
Hi,
I am encountering a strange problem with burning dvd-r disks (using Nero). My PC, with I got last year has a dual-format writer. I’ve had on-going problems with dvd+r disks in that I have not been getting the speeds I expected; writing as 4x or even 2x instead of the 8x that I should be...
I don't think there is any way to do this within Excel.
One option might be to copy the entire spreadsheet (Ctrl-A then Ctrl-C), then paste it into notepad. When you then save the file in notepad it will have tabs between the cells.
john.
I hope that I am in the correct forum for this;
I want a simple macro that copies the cell that is to the left of my current cell, into my current cell.
When I record the macro it looks like this;
Range("C11").Select
Selection.Copy
Range("D11").Select
ActiveSheet.Paste
My...
Hi, I haven't used make files for quite a while, and I'm having a problem that I hope someone may be able to help me with;
I have a simple make file;
mcom_Sales.c: mcom_Sales.pc
$(ORACLE_HOME)/bin/proc config=/tmp/jh/proc_config_include code=ansi char_map=string def_sqlcode=yes sqlcheck=full...
Hi,
I don't know much about javascript and I have what I hope is a simple question;
I have a web page made up of 2 frames. I want javascript in the second window to call a javascript function in the first window.
Assuming that it's possible, can anyone tell me how.
Thanks.
john.
I’ve been trying to get my rmi application running but when I start the remote service I’m getting the error
java.io.streamcorruptedexception Type code out of range, is 125.
I’m running on XP, with JVM 1.5_07
I then downloaded the SUN “hello world” getting started with RMI application and it...
Thanks a lot for the replies guys. They've helped.
hoinz; the thread that you've pointed me towards includes a bit of code along the lines that I thought I would require.
I was concerned that there would be a more straightforward way of doing what I want, that I either didn't know or had...
I have a problem; I have a c program that must call a shell script. This script resides in more than once place. Within the script itself I need to be able to determine the directory where it is being run from.
I know that I can use $0 to see the name of the script as used when it was called...
We can't change the code because we don't have it yet. All we have are the executables and we were simply wanting to run them in order to answer some questions prior to taking over support of the product (the people currently doing support, very badly, are not helping much!)
Anyway it looks like...
Hi,
This could be a dumb question cause it's something that i know little about, and maybe i'm posting it in the wrong place as well!, but here goes.
I am trying to run some old code (which we cant change for the moment) that accesses a box on a customer's network. We cannot access that box...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.