• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Problem with jEdit

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have installed Jave EE 5. and downloaded the jEdit software(for windows OS). i tried to install it, but it shows that JRE/JDK is not present. why this is happening? i have my windows system files and Java SDK in the G:/ drive, not in the c:. is this the problem?

i have also downloaded the jEdit for all platform, it is in .jar extension. how to install this software from this package? i have restarted my PC and checked, but nothing happened..

and also a small jave icon(hot tea cup) is in the bottom right corner of the screen. i shows JAVA EE 5 SDK as tool tip text.

please help.. thanks
 
Marshal
Posts: 79656
381
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried it and what you are supposed to do is to execute the jar.
Navigate to the folder where the installing jar is, and write
java -jar jedit1.23beta4installer.jar
(Or whatever the correct name of the .jar is.)
 
Let's get him boys! We'll make him read this tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic