• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

runtime enviourment

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have an application in jfc that i want to install onto the clients machine.Now the clients machine does't have jdk1.3 installed on it,so now do i have to install jdk1.3 on the clients machine or what.i tried putting java.exe in the windows folder(it was just a wild try anyway)but it does'nt work.
and anyway copying folder of jre won't do cause the window registry does'nt know where to find the run time enviourment.
so is there any other way or installing jdk1.3 and then maybe deleting the (not)neccessary folder's from the drive is the only solution??which are the (not)neccessary folder's anyway??
a.
 
Ranch Hand
Posts: 1492
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Amol,
The only reason to download JDK1.3 is for development purposes. It you just want to run an application written by someone else you just required the JRE. Click the link to get it.
http://java.sun.com/products/jdk/1.1/jre/index.html
Enjoy,
Manfred.
 
reply
    Bookmark Topic Watch Topic
  • New Topic