Results 1 to 7 of 7
Is there such a thing?
Thanks.M...
- 08-28-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 33
Java for Chromium Web browser?
Is there such a thing?
Thanks.M
- 08-28-2011 #2
Yep,
Code:apt-get update
Java - Debian WikiCode:apt-get install default-jre
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 08-29-2011 #3Just Joined!
- Join Date
- Aug 2011
- Posts
- 35
Thank you for the link I was looking for this.
- 08-29-2011 #4Just Joined!
- Join Date
- Dec 2010
- Posts
- 33
I did the things you suggested.
I ran the SUN Java test program on the java website in Chromium. I got the error: "Missing Plug-in".
Any further help is greatly appreciated!M
- 08-29-2011 #5thenCode:
aptitude update
Should hopefully finish the java install in Debian Chromium.Code:aptitude install non-free package sun-java6-plugin
Before doing this though.
Make sure as root, that contrib and non-free repos in /etc/apt/sources.list is enabled.
http://packages.debian.org/squeeze/sun-java6-pluginLinux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 08-29-2011 #6Just Joined!
- Join Date
- Dec 2010
- Posts
- 33
Thanks.
I am looking at my sources.list file now. This is what it looks like:
Note: I had to add spaces to the URLs: The forum will not allow me to paste URLs before I have made 15 posts.Code:# # deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official amd64 NETINST Binary-1 20110628-12:58]/ squeeze main #deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official amd64 NETINST Binary-1 20110628-12:58]/ squeeze main deb h t t p : // f t p . no.debian.org/debian/ squeeze main deb-src h t t p : / / f t p . n o.debian.org/debian/ squeeze main deb h t t p : / / security.debian.org/ squeeze/updates main deb-src h t t p : / / security.debian.org/ squeeze/updates main # squeeze-updates, previously known as 'volatile' deb h t t p : / / f t p .no.debian.org/debian/ squeeze-updates main deb-src h t t p : / / f t p . no.debian.org/debian/ squeeze-updates main
How do I make the mods you said?
Thanks.M
- 08-30-2011 #7
Add this to etc/apt/sources.list Open Terminal. SU to root in terminal. Use text editor to edit sources.list example
. I show leafpad as just a example for text editor., You can use geany, gedit,mousepad, or nano or vim, whatever you have installed as a text editor can be used that you are comfortable using. Or. You can open your file manager as rootCode:leafpad /ect/apt/sources.list
Open your file manager as root. Go to /etc/apt/sources.list. Right click on file and open with text editor and save and close.Code:gksu <name of file manager goes here>
After Debhttp://ftp. in bold text . change to your server (I am not sure if it is no or if you edited it) from us to your server (if no is your server, then use it).Code:# # deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official amd64 NETINST Binary-1 20110628-12:58]/ squeeze main #deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official amd64 NETINST Binary-1 20110628-12:58]/ squeeze main deb h t t p : // f t p . no.debian.org/debian/ squeeze main deb-src h t t p : / / f t p . n o.debian.org/debian/ squeeze main deb h t t p : / / security.debian.org/ squeeze/updates main deb-src h t t p : / / security.debian.org/ squeeze/updates main # squeeze-updates, previously known as 'volatile' deb h t t p : / / f t p .no.debian.org/debian/ squeeze-updates main deb-src h t t p : / / f t p . no.debian.org/debian/ squeeze-updates main # Debian Squeeze/6.0 deb http://ftp.us.debian.org/debian squeeze main contrib non-free
Then run the aptitude commands in my previous post.
Code:aptitude update
Code:aptitude install non-free package sun-java6-plugin
Again from Debian -- Details of package sun-java6-plugin in squeezeOther Packages Related to sun-java6-plugin
or chromium-browser
Chromium browser
Good Luck. Happy Trails, RokLinux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks


Reply With Quote
