LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-05-2014, 07:09 AM   #1
shakozzz
LQ Newbie
 
Registered: Oct 2014
Posts: 25

Rep: Reputation: Disabled
jedit installed successfully on linux mint virtualbox but simply wont run!


Hey all! I'm sort of new to linux so it would be great if instructions are thorough
I installed jedit via a debian file and it has installed successfully. However when i run the jedit application there is no startup icon. The cursor just loads a bit(waiting) then…nothing. Any ideas? I’ve tried installing and re-installing many times with different installation packages but nothing. Im running linux mint on virtualbox.
Thanks a lot in advance.
 
Old 11-05-2014, 07:10 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Try to start jedit from a terminal and look at the errormessages.

Kind regards
 
Old 11-05-2014, 07:23 AM   #3
shakozzz
LQ Newbie
 
Registered: Oct 2014
Posts: 25

Original Poster
Rep: Reputation: Disabled
Hey Repo
I get this message:
/usr/local/bin/jedit: 24: exec: /usr/local/java/jdk1.8.0_20/bin/java: not found
even though there is indeed a jedit exec file in that directory
 
Old 11-05-2014, 07:31 AM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Try
Code:
apt-get install java-wrappers
Kind regards
 
Old 11-05-2014, 07:43 AM   #5
shakozzz
LQ Newbie
 
Registered: Oct 2014
Posts: 25

Original Poster
Rep: Reputation: Disabled
Hey repo
So i tried what u said. It asked me if im root. so i used command "su" and logged in as root. Then typed your command again and it gave me this message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
java-wrappers is already the newest version.
java-wrappers set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 441 not upgraded.
 
Old 11-05-2014, 07:46 AM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Did you install jedit from a deb file you downloaded?
Try to install with apt-get
Code:
apt-get remove jedit
apt-get install jedit
Kind regards
 
Old 11-05-2014, 07:49 AM   #7
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Do you have java installed?

Kind regards
 
Old 11-05-2014, 08:12 AM   #8
shakozzz
LQ Newbie
 
Registered: Oct 2014
Posts: 25

Original Poster
Rep: Reputation: Disabled
yea but still gives the same message when i try to run jedit from the terminal:
/usr/local/bin/jedit: 24: exec: /usr/local/java/jdk1.8.0_20/bin/java: not found
what do you think?
 
Old 11-05-2014, 08:14 AM   #9
shakozzz
LQ Newbie
 
Registered: Oct 2014
Posts: 25

Original Poster
Rep: Reputation: Disabled
Is it a problem with the path maybe?
 
Old 11-05-2014, 08:38 AM   #10
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
It's telling you that there is no java executable in /usr/local/java/jdk1.8.0_20/bin. I don't know why that is, because I don't use editors that require java, or anything else. I don't know how you installed java in the first place, or if you did.
 
Old 11-05-2014, 08:41 AM   #11
shakozzz
LQ Newbie
 
Registered: Oct 2014
Posts: 25

Original Poster
Rep: Reputation: Disabled
Well the mistake is that there is no directory called jdk1.8.0_20 it is actually called jdk1.8.0_25 so the path is wrong. Can I change it so that the file is accessed from the correct path?
 
Old 11-05-2014, 10:25 AM   #12
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
Quote:
Well the mistake is that there is no directory called jdk1.8.0_20 it is actually called jdk1.8.0_25 so the path is wrong
Since you get that message when running "/usr/local/bin/jedit" and you do have java installed, take a look in the jedit file for references to jdk1.8.0_20. Since the directory is actually "jdk1.8.0_25", change them to the correct one. I'm not sure why that would be the case if you just installed this software. If that doesn't work, I don't know what the problem is.

Last edited by yancek; 11-05-2014 at 10:26 AM.
 
Old 11-05-2014, 04:34 PM   #13
shakozzz
LQ Newbie
 
Registered: Oct 2014
Posts: 25

Original Poster
Rep: Reputation: Disabled
Thanks for the replies. The problem was that I had removed the OpenJDK and installed an Oracle JDK so the path changed but it remained the same for jedit.
 
  


Reply

Tags
install, jedit text editor, linux mint, virtualbox



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Virtualbox installed by/in Synaptic but not showing in the menus Mint 16 Mate 1sweetwater! Linux - Virtualization and Cloud 2 08-05-2014 06:36 PM
LXer: How to run XP on Linux Mint with Oracle VirtualBox LXer Syndicated Linux News 0 04-14-2014 03:31 PM
Can Virtualbox in Mint14Mate run Mint 15RC 1sweetwater! Linux - Virtualization and Cloud 13 05-25-2013 01:45 AM
LXer: How to run Linux Mint Debian Cinnamon in VirtualBox LXer Syndicated Linux News 1 04-26-2012 07:17 PM
virtualbox wont run rella111 Linux - Software 8 04-09-2010 03:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration