Why does my program run differently under window command and Jbuilder
Could somebody please suggest me:
Why does my program run differently under window command and Jbuilder
some operations can not work when running in command.
They are using the same JDK.
thanks
[219 byte] By [
gnosnahz] at [2007-11-11 6:59:49]

# 1 Re: Why does my program run differently under window command and Jbuilder
Off my head, I'd say that you have set some run-time parameters in JBuilder that are
not specified when you run it from a cmd shell.
What operations are not working ?
sjalle at 2007-11-11 22:39:43 >

# 2 Re: Why does my program run differently under window command and Jbuilder
thanks.
In a GUI I save something into a file and load the file again, they work on Jbuilder but not in command.
thanks.
# 3 Re: Why does my program run differently under window command and Jbuilder
sjalle,
I got it now. It took me nearly a day to get it.
I ran the program in different directories.
thanks.