Recent content by Anjali

  1. A

    java help , EOF ...

    Hi I get the same error: javac -classpath /cad2/corba/JOB-3.3.2/ob/lib/OB.jar:. broker2/*.java broker2/OnlineBroker.java:116: Incompatible type for constructor. Can't convert java.io.FileOutputStream to java.lang.String. java.io.PrintWriter out = new...
  2. A

    java help , EOF ...

    public void addSymbol(String symbol) throws broker2.BrokerPackage.BrokerErrorException { String ref = null; String ticker; String value; int positionSpace; boolean foundSymbol = false; try { FileInputStream file = new...
  3. A

    java help , EOF ...

    javac -classpath /cad2/corba/JOB-3.3.2/ob/lib/OB.jar:. broker2/*.java broker2/OnlineBroker.java:116: Incompatible type for constructor. Can't convert java.io.FileOutputStream to java.lang.String. PrintWriter out = new PrintWriter(new FileWriter(newTicker, true))...
  4. A

    java help , EOF ...

    Hi The complie error is in the newTicker.
  5. A

    sound not working!

    many thanks both of you.
  6. A

    sound not working!

    Ok I have found kernel-source rpm, but the problem is that when I try to install this rpm, it wants me to install 3 other rpms. Then when I try to install those rpms, it tells me to install 6 more rpms... There *must* be some better way of going about installing the kernel-source rpm. Please let...
  7. A

    sound not working!

    What exactly is the name of kernal-source rpm that you are talking about and what is it exactly? Also how should I check if it is already installed or it? In my Fedora Distro CD #1 (under RPMS directory), I have the following two kernel rpms: kernel-2.6.5-1.358.i586.rpm...
  8. A

    sound not working!

    Some more information about my sound card: Vendor: Intel Corp. Model: 82801DB (ICH4) AC'97 Audio Controller Module: snd-intel8x0
  9. A

    java help , EOF ...

    I am trying to add some strings to EOF my code is as below, but I get an error saying can't convert FileOutPutStream to String try { FileOutputStream newTicker = new FileOutputStream("nasdaq"); PrintWriter out = new PrintWriter(new...
  10. A

    sound not working!

    Hi. I recently installed Fedora Core 2 on my Dell Dimension 4550 desktop computer. The problem that I am having is that I cannot get the sound to work because I cannot seem to properly get the sound card drivers installed. I have found the following link...
  11. A

    help for asp

    both solution work great, secound one is good Thanks you for help.
  12. A

    help for asp

    hi im useing windows xp but xp and win 2003 server does not support collaboration Data objects for windows NT server (CDONTS) is any way that i can use CDONTS on xp and how i can use following code on windows xp and windows 2003 server please tell me where i can modify for windows xp...
  13. A

    HELP java programmers

    I perfectly understand about the p12 thing now. My version is JDK1.4.2_05. The keytool is the location you specified. But still the command doesn't work. U:\My Documents\SSLCertificate>keytool -import -file TUNA+Prod+Client+Cert.p12 -keystore truse -storetype pkcs12 -storepass PANGALACTIC...
  14. A

    HELP java programmers

    Thanks for your reply. But the thing is that my J2sdk is 1.4.2. I am not able to get the keytool command. The error is : keytool error: java.lang.Exception: Input not an X.509 certificate The cert File Name was with extension .p12. Can you tell me what can be done about it.
  15. A

    HELP java programmers

    To give you a more detailed idea : My certificate is in p12 format. Its not in X>509 format. So using keytool I havent been able to create a truststore for this certificate. I am getting the error saying the certificate is not X.509. So since I dont have a truststore I am not able to load...
Top Bottom