Can I Use Java to make an application than can control computers?

I want to make a program than can control other computers in a local area network using one of the computers connected to the network. What do I need to know to make this possible in java?

How do you mean "control"?
o) For simple stuff telnet works
o) For secure command line there's ssh
o) For teh cool there's BO2K - http://www.bo2k.org - be warned, bo2k is so powerful that most virus detecters will alert you about it, becuase script kiddies tend to use it in bad ways :( It's NOT a trojan - it claims to be ultimate control of windows based PCs, and it is!
None are java though, but you could always make a java clone of them...
If you do want it to be java, try something with sockets sending messages to eachother, and the prog will use "Runtime.getRuntime().exec(yourprogram)" when it is given specific signals. For mouse and keyboard control try java.awt.Robot

Similar Messages

  • How to use java output with other application

    hi ,
    I am using acme.crypto to encrypt data. this is completely written in java. i need to pass input to this using VB6 and return the output to VB6
    how can i achieve the same, is there any readily available dll that can be used in vb?
    I am rigorously searching solution, which i am not finding.
    I need to know how should i place the java code so that it could be used with VB, as i am new to java world. Do i need to create component using java bean or how?
    The code i refered above is nothing but encryption algorithm. I need to pass the input string from vb to java, which will process me the output which inturn should be passed to vb6.
    Kindly guide me through this.

    Why not create a Java ServerSocket in your Java program.
    Connect the VB program to this ServerSocket.
    Send the input to the Java Program over this socket and have the Java Program encrypt the information and pass it back on the same socket.
    Don't know how hard Sockets are in VB6 but a Server Socket in Java is simple.
    No need for new DLLs, JNI, etc.

  • Using java to run another application

    How to use java code to execute another program such as MS Word and etc? and how to locate the java running program into the right side windows?
    Thanks

    It woulds to me like you would like to do some OLE, and have the product open up into your application like it does in C/C++, VB, or J++ applications. If this is the case I would as: do you know how to do this using C/C++? I ask this because the only way I know of to do what you ask for is with a lot of C/C++ code using the OLE interface for the products you would like to incorporate.

  • Using Java Applet in WebDynpro Application

    Hello,
    I have the problem that I must access the client in my WebDynpro Application.
    But I found no way to include a Java Applet in my application, so my question: Is it generally possible to include a Java Applet or not?
    If it is not possible with an Applet, is there any other way to access the client?
    Thanks a lot

    We actually embed Java applets in our application. But only on the portal.
    Wrap the applet around a BSP.
    Call the URL in an iframe.
    To prevent the reloading problems that we see with applets and actions, we put the applet in a modal window, with an OK button at the bottom so that when applet processing is finished, the rest of the web dynpro functionality resumes.
    If you need to have them both in the same page, you can embed the BSP iview in the same portal page.

  • Help! Can't use java command to execute application

    I can compile using the javac command and that works fine. But then it can't seem to find the class that was just created.
    I get this message:
    "Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld"
    Please help!!!
    Thanks!

    The file is saved as the class name.
    Here's what happens:
    C:\jdk1.2.2\bin>javac HelloWorld.java
    C:\jdk1.2.2\bin>java HelloWorld
    Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld
    Here's the code that I'm trying to get to run:
    The HelloWorld application program
    public class HelloWorld
         public static void main(String argv[])
              System.out.println("Hello World!");
    }

  • Can A Java class make a call to a control ?

    We are using Workshop 8.1 - is this doable without using a web service and calling
    proxies ?
    Thanks

    No... It would be very nice feature.
    "ghulam" <[email protected]> wrote in message
    news:3fe9bcf2$[email protected]..
    >
    We are using Workshop 8.1 - is this doable without using a web service andcalling
    proxies ?
    Thanks

  • Trying to make sound louder than standard controls allow me

    HI,
    I am trying to make the volume louder than the standard controls allow me to. Using my laptop for conference calls with a large group of people is difficult.
    I have the HP Elitebook Folio 9470m laptop.
    My operating system is Windows 7 Enterprise, service pack 1.
    Thanks
    Kirsten

    As it turns out, Elitebook 9470m is an ultrabook standard PC and has tiny speakers which may be good for the person sitting in front of it but for a larger audience, the sound output is not adequate.
    If it was audio from a video then you could have tried something but in a conference call, it would not be possible to increase the sound. 
    I suggest you to have a look at notebook portable speakers which come in a variety of sizes and are designed to fit in a laptop bag so that the user can carry them along. These are not very expensive.
    Look for search query: laptop USB portable speakers.
    I'm an HP Employee.
    The opinions expressed here are my personal opinions, not of HP.
    Click on Thumbs up if my post helped you.
    Make it easier for other people to find solutions, by marking an answer “Accept as Solution” if it solves your problem.

  • Is there anyone using Java Methods interface of IREP in his application

    Hello everyone,
    Are you using Java Methods interface of IREP in your application?
    Nowadays I am trying to using Java Methods in my application. But I'm puzzled how to get the interface jar files that the Java Methods would import. It seems that Oracle doesn't provide such interface jar files for all Java Methods shipped in IREP. How do you do with this?
    If you have some experience about using Java Methods in application, hope to hear your voice. Thanks in advance.

    Hi friend,
    Thanks for you update.
    I'm referring to Java Methods that can be called directly by applications not Java Service Interface. These are two different kinds of IREP interfaces. In Oracle Integration Repository User's Guide, there aren't much guidance about how to use Java Methods.
    I appreciate you can help me further.

  • How to deploy java bean in Oracle Applications?

    There is a Oracle Applications Forms FNDMNMNU.fmb which calls a Java Bean to show TreeView.
    The Bean Area uses the implementation class of AppletAdapter.class. Do you know that we have to use the same AppletAdapter class so that we can connect to Oracle database?
    In the form of FNDMNMNU.fmb, the java bean is called like this.
    fndaplt.applet_init('FND_MENUS.TREE_VIEWER',
    'FS',
    'oracle.apps.fnd.functionSecurity.client.FunctionTreeViewer',
    l_list_id);
    Do you know what 'FS' means ?
    Thank you very much in advance!
    It is my first time to use Java Bean in Oracle Applications!

    HI srini ,
    my application version 12.0.4 and database is 10.2.0.4
    and i want to restrict the No of users
    exp i have have 500 users and i want restrict to 100 only
    how can i do that please explain
    Thanks,
    Sudheer

  • How to use java api while java programming especially using javase and java swing?

    i need help for java api for undo, redo, htmleditorkit,editorkit.
    in my project i have to use java swing for desktop application but, i need help for how to implement and how to retrieve java api.
    please reply with example or code..

    i need help for java api for undo, redo, htmleditorkit,editorkit.
    in my project i have to use java swing for desktop application but, i need help for how to implement and how to retrieve java api.
    please reply with example or code..
    You find examples and code by searching the internet, not by using forums.
    Start with The Java Tutorials - it has trails for the bulk of the Java functionality.
    See the trail 'How to Write an Undoable Edit Listener'
    http://docs.oracle.com/javase/tutorial/uiswing/events/undoableeditlistener.html
    You learn by DOING - not by reading. Actually DO the tutorial example and try to understand WHAT it does and HOW it does it.
    Then search for other tutorial trails that are of interest.

  • We have a requirement to print the w2 forms for employees using java application, how can i implement this. Please give some suggestion.

    We have a requirement to print the w2 forms for employees using java application, how can i implement this. Please give some suggestion.

    Anyone any ideas to help please?

  • How i can make web application by using oracle form6i

    how i can make web application by using oracle form 6i , indetail .
    A.R

    indetail .As Andy Millman might observe, you're having a laugh. This is a big topic, far exceeding what it is reasonable to expect people to help out with in a Forum. Do you not have the 6i documentation?
    OTN has a site for upgarding to web forms. Although it is mainly focussed on moving to 9i/10g a lot of the issues and solutions apply to moving a 6i client/server app to web deployment. For further help there is a Forms.
    Cheers, APC

  • How can we make the ms-word data as read-only using java code?

    How can we make the ms-word data as read-only using java code?

    MVSK wrote:
    By using java code i opened a file in ms-word. But the data i want to display as read-only. that means should not change it.I don't think you can do that. Display pdf documents instead.

  • How to make destop application using java

    how to make destop application using java
    i mean to say when we double click on the exe file the program should lounch the application
    for windows

    when i double click ii got the msg
    Failed to lad main class manifest attribute from
    x/x/xyz.jar
    what exatly it meansIt means that your Manifest.MF for the JAR file should contain an attribute called Main-Class pointing to a class containing the main() method.
    Something like this should be present in META-INF/Manifest.MF :
    Main-Class: MyApplicationMain

  • We have applications that can only use Java 6.x. Java 7 is not supported. Can Java 6.x be installed on OS X 7 and 8?

    Our workplace (a large research university) uses both Win and Mac based desktops/laptops. We are about to deploy an enterprise-wide ERP system whose components are web-based. The components the components are support I.E. & Firefox browsers, so this is not a problem for the Mac OS X users. The components only support Java 6.x. Users of OS X 10.6.x and lower can use Java 6.x since Apple supports this. However, OS X 10.7 (Lion) and 10.8 (Mountain Lion) seem to only support Java 7.x which is not supported by our new ERP system.
    Is it possible to install Java 6.x on OS X 10.7 and 10.8 desktops/laptops?  I've viewed http://support.apple.com/kb/HT5493 but that doesn't specifically answer this question.

    Thank-you everyone for your feedback. I think this is the story. If anyone can verify, thanks!!
    Mac OS X 10.6 and lower has Java 6.x as part of the operating system and does not need to be separately installed (nor CAN it be separately installed).
    Mac OS X 10.7 and 10.8 (“Lion” and “Mountain Lion”) do not have Java in the operating system. Therefore, users who need Java must go to java.com and install it themselves. However, only Java 7.x can be installed.
    Upgrading from OS X 10.6 or lower to OS X 10.7 or 10.8 turns off Java (since it was part of the older OS which the user is replacing with a new OS). However, it seems that the older version of Java is still there, simply turned off. Running a bash shell (UNIX) script (http://support.apple.com/kb/HT5559) can remove Java 7.x and re-activate Java 6 to the latest version, Java 6.37. But this only works if the Mac ever had 6.x in the first place (i.e., was running OS X 10.6 or older).
    Newer Macs (purchased after July 2011) came with OS X 7.x (“Lion”); after July 2012, 8.x (“Mountain Lion”). It may not be possible to install Java 6.x on these models without downgrading to OS X 6.x (10.6.8 is the latest version) which runs Java 6.37 for Mac.
    An alternative is to configure your desktop/laptop as dual boot (e.g., with Paralles or Fusion VM) so you can run Windows-7 for apps that must use Java 6.x or, alternately, have OS X 10.6 and OS X 10.7 or higher on the same machine.

Maybe you are looking for

  • IPhoto and Photoshop CS3 Problem

    I have been downloading my pictures into iPhoto and editing them in Photoshop(CS3) now. As long as I was shooting jpeg, I would just hit Save in Photoshop and the edited picture would show up in my iPhoto application, in in "modified" in iPhoto libra

  • Setting and updating Date field in a jsp form

    Hi: I have a form (in jsp) where in I have a field for Date. The Date is entered in the form: 12/18/2002. I using beans to retrieve the form values and then pass to the program. THe date field is passed as String to the bean. The program changes the

  • Doubt abt mail adapter

    hi to all if iam using file to mail scenario means, i want to send the data to multiple receivers that means different different mail id's there may be thousands of mail id's in the receiver side then how can i achieve this problem .if any one helps

  • Netui:error tag uses deprecated ActionError

    Can anyone tell me if there's a good reason why netui:error tag refers to the deprecated ActionError as opposed to ActionMessage? It means I cannot do this as I get a ClassCastException: <pre> public ActionErrors validate(ActionMapping mapping, HttpS

  • Restore deleted photo album in ipad

    How do i recover photos deleted in error from iPad?