Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Joncamp
  • Order by date
  1. Joncamp

    ORA-12157 error when installing Oracle 10g on Fedora 5

    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...
  2. Joncamp

    Oracle10g Express in Linux FC6 startup error...

    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...
  3. Joncamp

    How is colon : used in for{} loop?

    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
  4. Joncamp

    How to dynamically add Nodes to JTree?

    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...
  5. Joncamp

    Solaris 10 has a lot of bugs, g++ fstream wont work in class?

    I've got a c++ program that works fine on Linux, compiles on Solaris fine with g++, but will not write to a fstream correctly in a class object. Jon
  6. Joncamp

    Where is the .profile or environment config for root?

    I don't know where the environment config file for root user is in the Bourne shell on Solaris 10? Can you help me, or am I helpless????
  7. Joncamp

    Error after installing 2nd hard disk on Solaris 10?

    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...
  8. Joncamp

    How to send Image over Socket in Java?

    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
  9. Joncamp

    How to send Image over Socket in Java?

    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
  10. Joncamp

    How to send Image over Socket in Java?

    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
  11. Joncamp

    How to send Image over Socket in Java?

    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...
  12. Joncamp

    How to execute Linux shell commands from Java2 app?

    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
  13. Joncamp

    Trying to get javax.servlet.* package to work in J2EE?

    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...
  14. Joncamp

    Trying to get javax.servlet.* package to work in J2EE?

    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...
  15. Joncamp

    VPNs with MS Windows / Solaris integration, how to?

    Has anyone worked with OpenSwan IPsec VPNs, integrating MS Windows and Solaris? Or what does SUN offer for VPNs with MS Windows clients?

Part and Inventory Search

Back
Top