Search:

Type: Posts; User: ttsdinesh

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,568

    Problem in transporting Key

    I am coding a program to transmit public key from a client to server.


    // SERVER
    import java.security.Key;
    import java.security.KeyPair;
    import java.security.KeyPairGenerator;
    import...
  2. Replies
    7
    Views
    6,946

    Re: SIGAR to find CPU info-problem

    Ya. i did it. again i am getting the same error .....:confused:
  3. Replies
    7
    Views
    6,946

    Re: SIGAR to find CPU info-problem

    Actually i am not aware whether the related dll files are in the right path. Can u help me to place them at the right path?
  4. Replies
    7
    Views
    6,946

    Re: SIGAR to find CPU info-problem

    Mr.Json, compiled my project using the following command, where "d:\java packages\hyperic-sigar-1.6.3\hyperic-sigar-1.6.3\sigar-bin\lib\sigar.jar" is the path of my sigar.jar.


    There is no error....
  5. Replies
    7
    Views
    6,946

    SIGAR to find CPU info-problem

    I tried SIGAR to find the CPU info. I used the following code

    package org.hyperic.sigar.cmd;

    import org.hyperic.sigar.CpuPerc;
    import org.hyperic.sigar.Sigar;
    import...
  6. Replies
    4
    Views
    2,414

    Re: New guy with problems

    Pal, follow my steps:

    1. Copy ur program into the "bin" folder. For eg. copy ur program into "c:\jdk1.6\bin". U can compile ur program from ur current working directory itself. But it is little...
  7. Replies
    4
    Views
    2,414

    Re: New guy with problems

    to compile this program

    to run this program

    I compiled ur program and found the following errors dude:

    To fix this bug, do the following:
    For 1st error:
    public void House(double assvalue,...
  8. Re: Help with adjusting a program. NEw to java!!!!!

    To get value from user, use the following code



    actually the "Double.parseDouble()" is used to convert input String type into Double. BUt i dont know how for this syntax works. If it does not...
  9. Replies
    6
    Views
    3,204

    Re: process control

    ok thank u for all ur help
  10. Replies
    1
    Views
    2,929

    how to create exe jar

    I am using JDK1.6. i need to create executable jar file. Do i need any IDE or its possible with jdk itself? If jdk can do it, how can i create executable jar file of my program.
  11. Replies
    2
    Views
    1,703

    Re: need help with homework!

    this code will help u:


    In the System.out.print('' "+" "+a[j]); line add spaces according to ur needs.
    Note: Pass ur inputs during run time itself.
    That is
    U need to give space between...
  12. Replies
    4
    Views
    2,338

    Re: recursive search of all local disks

    Mr.Json, thank u for ur help. yet i have some doubts.Is "List<File> listFiles" in 1st line the class name or simply a method ? If it is a method, is it just enough to create an object and pass...
  13. Replies
    6
    Views
    3,204

    Re: process control

    actually i have to create a list of all currently running processes. if a new process is started, it must be automatically paused and wait for user authentication. if user clicks OK, it should run,...
  14. Replies
    4
    Views
    2,338

    recursive search of all local disks

    How to search all the local disks and list all the files present in the disk? how to detect the removable disk, so that i can search removable disks also. i will be helpfull if i can get a code...
  15. Replies
    6
    Views
    3,204

    process control

    Is it possible to control processes running ina system? i know its is difficult or not at all possible to control OS's processes. Atleast is there any way to control processes like vlc.exe,...
  16. Thread: hardware ID

    by ttsdinesh
    Replies
    7
    Views
    15,347

    Re: hardware ID

    actually i am doing a project to attach hardware IDs with email. so that we can easily track the email. it will have uses in some other fields also.
  17. Thread: hardware ID

    by ttsdinesh
    Replies
    7
    Views
    15,347

    Re: hardware ID

    i will be helpful if i have code snippet.coz i am new to java. thank u in advance.
  18. Replies
    5
    Views
    1,771

    Re: pop3 in java, need a bug clearance

    sorry pal, as i am new to this forum, i am not able to mark it "answered". i am trying......
  19. Thread: hardware ID

    by ttsdinesh
    Replies
    7
    Views
    15,347

    hardware ID

    how to find the hardware ID like, Harddisk serial number, processor serial number, motherboard serial number, etc. in java?
  20. Replies
    5
    Views
    1,771

    Re: pop3 in java, need a bug clearance

    its working pal....!!!! thanks a lot.
  21. Replies
    5
    Views
    1,771

    Re: pop3 in java, need a bug clearance

    ok. let me try ur trick. thank you.
  22. Replies
    5
    Views
    1,771

    pop3 in java, need a bug clearance

    import javax.mail.*;
    import javax.mail.internet.*;
    import java.util.*;
    import java.io.*;
    class mailx
    {
    public static void main(String args[])throws Exception
    {
    Properties myprop=new...
Results 1 to 22 of 22