Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

Open other application from java

Sat Aug 07, 2010 1:36 pm

iam a bigenner in java , but i want to give orders from java to operating system like opening a specific icon ......

what can i do to do this ???



Re: please help me

Sat Aug 07, 2010 5:54 pm

You will need function like this
Code:
   public Image ImageLoad(String path) {
        return  new ImageIcon(path).getImage();
    }


Here is a link to an image processing project which can inspire you alot ...
finished-projects/imageviewer-t639.html

Re: please help me

Sat Aug 07, 2010 6:58 pm

thank you very much but i mean when i write (my computer) in the program the (my computer) icon will be opened...
this is for example .
not just images

Post a reply
  Related Posts  to : Open other application from java
 Connecting Java Application to C++ Application from Code     -  
 java code to open word doc attached in ms access.db     -  
 Integrating .NET application in Java     -  
 Create set up file of my java application     -  
 about packet tracer for my web application in java....     -  
 video chat application in java     -  
 creating application for Samsung using java     -  
 Creating a Java Application Build using RAD 7     -  
 how to make an application in java for cell phone.     -  
 how to develop a mobile application for nokia help of java     -