Hi, Im installing Oracle 10g on Fedora 5, I did it once, but when I tried to set it up again I got this error on the last part of the install...
ORA-12157: TNS: internal network communication error
Anybody know what might cause this?
I think I have installed all required RPMs and set...
I just installed Oracle10g Express on Linux FC6.
I get errors in Java and SQLPlus when trying to connect to the database, or start it.
In SQLPlus as "sysdba" when I type "startup" I get this error...
ORA-27100: shared memory realm already exists
And in Java or SQLPlus when I try to connect as...
Taking a Java test I found a for{} loop which had a : character in it?... like this...
for { : }
I was supposed to fill in some objects, but I have no idea how a : character does in a for loop?
Any comments?
JON
I can add nodes to my JTree, but after expanding a node, I can not add any child nodes to that node, or at least they dont show on the screen? Actually I can use the .add(new DefaultMutableTreeNode("Label")); to add a node to a parent node, but the new child node doesn't show on the display of...
I installed Solaris 10 on this Dell 5150 with only 1 SATA hard drive setup, all went well, and I could view the disk in the disk management window.
However, I setup a 2nd hard drive, identical to 1st drive. Solaris wont recognize it and gives an error when trying to view disks in disk...
Looks interesting TimW, I have actually gotten a working app from another forum, but I'll try yours because yours allows one to send the image through the Socket stream in any format, if it works?
Thanks much,
Jon
To save an Image to disk, it has to be transformed into a BufferedImage object, then you save the BufferedImage object to a file stream.
So using a BufferedImage one should be able to send the image through an IP Socket? I just don't know how?
Jon
I'm trying to tranfer the Image it's self. I already have a routine to handle BufferedImage objects, writing them to a file. I was hoping I could use something similar with writing to a Socket InputStream and OutputStream to transfer the Image data.
Jon
I am trying to transmit an Image object through a Socket connection in Java. The only thing I may be missing is how to get an image size in bytes so I know how many bytes are being transferred over the Socket.
I have the ServerSocket and Client working transferring data, and I have a cut-paste...
In other languages like PHP/Perl you can execute any shell command, what package and method do you use in Java2 to do a shell command execution?
Thanks,
Jon
Got the .jar files working for J2EE Servlet compiling working...
Next question, how do you get the J2EE App Server to refresh it's cache of the Servlet .class file directories in a context? So when you make changes to your Servlets and recompile them and place them in the /classes directory...
I have installed J2EE 5 Application Server, but I cant get a simple Servlet app named Hell to compile and run? Hell uses the javax.sevlet.* packages, when using ANT to compile the app I get an error saying "package doesn't exist"?
I downloaded the Servlet API 1.5 and unziped it, then did this...
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.