Ubuntu :: Install The Closed Source Java In XUBUNTU ?
Oct 14, 2010Installing the closed source java in Xubuntu 10.10.
View 1 RepliesInstalling the closed source java in Xubuntu 10.10.
View 1 Repliesi need the closed source version of java plugin for ubuntu 10.10final for i can use pogo
View 1 Replies View Relatedi cant close java applets in my browser, when i clicking the 'X' button just nothing happens...
this bug already reported here: [URL] and here: [URL]
go to these links, you can find there more information... this bug exist in websites that using java applets windows, for example: [URL] go to this chat and PM someone, the PM window will open, but u cant close it!
i found a solution few months ago but i reinstalled ubuntu and i cant find it now...
i installed sun-java6-jre, sun-java6-jdk, sun-java6-plugin
I would like to play .mp3 and .mpeg files with Red Hat Enterprise Linux 6 Client. Flash and Java must also be working. For Java, I have download the jre-6u22 and the jdk-6u22 and installed manually. How can I get automatically updates for them? For Flash, I have installed the i386 package and the .repo so the updates must working. So, I have
Code:
/etc/yum.repos.d/
adobe-linux-i386.repo
atrpms.repo
epel.repo
epel-testing.repo
mirrors-rpmforge
mirrors-rpmforge-extras
mirrors-rpmforge-testing
packagekit-media.repo
rpmforge.repo
rpmforge.repo.rpmnew
rpmforge-testing.repo.rpmsave
rpmfusion-free-updates.repo
rpmfusion-free-updates-testing.repo
rpmfusion-nonfree-updates.repo
rpmfusion-nonfree-updates-testing.repo
[URL] hasn't RHEL6 yet.
Enabled are only Adobe, RHEL Client v6 for 64-bit x86_64 and the RHEL 6Client - RPMforge -dag repositories. The others make problems with dependencys. RPM Fusion has no EL 6 repos, so I deactivate them. I have chosed to install the gstreamer plug-ins bad but haven't find them. Manually download from rpmfind or pbone results with wrong depencies...it's horrible.
I'm asked to create a network tool in C and a GUI API in linux platform by my company. I'm aware of the GPL & GLPL licenses , but not clear whether I can create a proprietary commercial software with the tools & libraries available in Linux: My tool will be written in C and will be using the some network library functions in the Linux and some header files .(Their license is GPL) , also the GUI i'm planning to develop is using GTK and Glade / Anjuta, (GTK is based on GLPL license) , I will be using GCC compiler for C programs,
Please let me know whether it is possible to create a closed source-commercial software using the above tools/libraries, if not possible is there any workaround is there for creating commerical tools in linux Can I make some part of my code closed and some parts open? Also please let me know which is the best GUI building programming language/IDE that can be used with C programs in linux
I am currently having an issue attempting to set up a dedicated server for source games (TF2, CS:S, L4D2). The required port (27015), along with most others, appears closed to the rest of the world and upon a port scan with DMZ hosting on (therefore no router interference between the internet and my computer) only a few ports are open (80, 139, 443, 445). My ISP does not block ports so therefore the only issue I can find is with my computer running Ubuntu 11.04. I have ensured that all traffic is allowed via iptables and I can't think of anything else that would have ports closed.
View 9 Replies View RelatedI have a java application that I wrote recently. It runs off port 9955. The application runs great on my mac server. When I installed it on my linux box i cant get to it from outside the box. A port scan shows the port as closed. I flushed my iptables, did not help. I can telnet into the app locally, from the server and it works great. I cannot telnet from outside the server. I have a reference to the application in /etc/services as a tcp port (which it is).
netstat shows it as listening
netstat --listen
tcp6 0 0 [::]: SimpleSocketTest [::]:* LISTEN
netstat -anp | grep 9955
tcp6 0 0 ::: 9955 :::* LISTEN 1484/java
I found out that ubuntu 9.10 Karmic Koala is not published in ubuntu.package.com. Is it possible to get xubuntu 9.10 then. if yes, kindly point me to the site please. Seriously, I have spent weeks trying to get the right source for ARM machine. Only Karmic and older version could be used.
View 4 Replies View RelatedI was thinking of creating an extremely minimal version of Xubuntu using XFCE. I have a Dell Mini 9, a netbook that uses a wireless-g card requiring bcmwl-kernel-source to work.What I would like to do is use either the alternate CD or mini.iso minimal install file to perform a command line install-style installation of the system.So far, what I am thinking (from reading this [url].... article:
HTML Code:
http:[url].....is to start off with these packages to begin with:
xorg
slim (if possible with 9.10, unsure if it is still available. in short, i want to use a lightweight display manager)
xfce4
xfce4-goodies
xubuntu-default-settings
bcmwl-kernel-source
aptitude
My opening questions are: Should I go with mini.iso or the Xubuntu Alternate Install CD (or the Ubuntu one)? If so, which one? What additional packages will I need to make the hardware accessible and fully functional? All I can think of so far would be sound (I'd like to stay away from PulseAudio if possible, it wreaks havoc with my computer), my webcam, and the memory card slot, if additional packages are needed for it?What other "core" packages should I include in this list? Should I include Synaptic, or other packages, and why?What do I need to take into consideration, since this is both a directly- and battery-powered computer?
HTML Code:
http://ubuntuforums.org/showthread.php?t=1155961
post regarding a "Ubuntu-Desktop-Minimal"-type system.
Is there a good open source alternative to flash and/or java out there? I really don't want to support adobe and java irritates me because for some reason I can't install it without also installing firefox (why are they dependent?) so I'd like to try something else.
View 2 Replies View RelatedI want to call c exe from java source code and i want to interact with the c program during it's execution, i am able to send the parameters to c program but i am not able to interact with it.
View 3 Replies View RelatedIf you are interested, Java SE 6 Update 24 is available. The Check Java Version link in my signature will tell you if you are up to date or not. The Update Java Version link in my signature will tell you how to obtain and install the latest version. The 32 bit version install directions are on the left side of that page and the 64 bit instructions are on the right side.
Just remember to remove the current version before installing the new one as it says in the instructions. The remove instructions are below the install instructions. Also, in Step 9 - "Now you'll want to tell the system, that there's a new Java version available." See the note below it that says if you get an error upon entering the command once, enter it a second time. I have to do that and sometimes forget. Just thought I would mention that. These instructions are already setup for version 6 update 24, but they can be modified for any update and they will work. I have been using these instructions for a couple of years and they work.
I always wanted to get into writing open source applications for debian. The only problem I ever saw was that I do not know C++ which seems to be the popular language to build applications. My expertise is Java and I think that java applications could run on debian just as good as C++ applications. What I do at work is write applications in java for unix systems so I think I porting my skills over to debian would not be a problem. I have not seen any applications in java on debian yet and thought people might have a problem with them. Is there any reason more java applications are not being written on debian? Also does anyone know of hand if there is any orphaned java application for debian. I had a look on this page but it is hard to know what language the application is written in. [URL]
View 5 Replies View Relatedi am trying to generate a linux executable data (bin data) from my java source code.
View 4 Replies View RelatedHow to install java and firefox java plugin on Ubuntu 10.10?
View 2 Replies View RelatedI try to install the java plugin but the java test pages show not installed. I have tried the openjdk-6-jdk package and the Oracle/Sun 1.6.0_26 version to no avail.
Is there some good instructions page someplace? I have yet to find a set of instructions that provides something clear that works.
This is my first post and I'm pretty new on Debian. I had used Ubunu for a while now and I've decided to move on Debian Squeeze.But I've one problem: I've a Java programm to install and the installer is GUI Java based. When I run the script, I've the next message:
Preparing to install. Extracting the JRE from the installer archive.Unpacking the JRE.Extracting the installation resources from the installer archive.Configuring the installer for this system's environment.Launching installer Graphical installers are not supported by the VM. The console mode will be used instead. Preparing CONSOLE Mode Installation. But this program is not able to run the installation in console mode.
I've tried to install sun-java6-jre but without success.Has anyone an idea to help me install this programm? My Configuration: Debian Squeeze 6.0 amd64.
Do Windows XP, Vista, Windows 7 and all Linux distributions have Java JRE installed so end-users don't have to install it to run Java applications?
View 4 Replies View RelatedI'm trying to install java 1.7 but every time i install java it gets 1.6.
Does anyone know how i can get 1.7
I have installed CENTOS / PHP 5.1.6 / JAVA 1.5.0_20. Now i want to install JAVABRIDGE for PHP and JAVA title should list in the PHP_info page.
View 1 Replies View Relatedinstalled the fedora 12, but dont know how to use the source dvd to install the source package.
View 3 Replies View Relatedi installed Xubuntu on my system having a dual boot with Xubuntu and windows xp but when i select to boot on Xubuntu it freezes and gets a message saying that the file hal.dll in system32 cant be found. Before showing me this message i tryed to uninstall the Xubuntu inside from windows xp because several problems showed up after installing Xubuntu. I can boot on windows xp but i cant boot to xubuntu and cant uninstall xubuntu.
View 1 Replies View RelatedWhile creating a new VM for Win2K, I guet the following error when I try to "Finish":
Code:
Unable to complete install '<class 'libvirt.libvirtError'> socket closed unexpectedly
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/create.py", line 717, in do_install
dom = guest.start_install(False, meter = meter)
[code]....
This looks like a SELinux issue, since I do get a warning: SELinux is preventing qemu (qemu_t) "search" to / (fusefs_t). I'm attaching the complete SELinux Alert.
I have the Xubuntu OS, can I install a different kind of Linux OS within the Xubuntu OS?
View 4 Replies View RelatedI've been getting it up and running with Xubuntu. Xubuntu 9.10 just won't install--the screen goes blank and the computer locks up, with either the regular or the alternate install CD. I gather that this isn't an unknown issue in 9.10, so I'm installing 9.04 instead and I'll just wait until 10.04 comes out. Xubuntu 9.04 installs and runs like a charm.This is an HP Pavilion ze4125, with 768MB of RAM and an ATI Radeon IGP 320M video card. When I enter "sudo su -c "lspci | grep VGA", it returns "01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1".
So what I want to do now is install the best driver I can so I can make the most of the video card. XP let me use any number of high resolutions, but the Display icon in Xubuntu tops out at 1024x768. EnvyNG doesn't offer. anything compatible with my video card. I've tried installing ati-driver-installer-9-3-x86.x86_64 and ati-driver-installer-9-12-x86.x86_64, but both say "Extraction failed" (I was running them with gdm stopped).So, is there something specific I should be doing to get access to higher resolutions, or a driver I need to install? This is easy on my main computer, which has an NVidia card, so I can use the NVIDIA X Server Settings utility to adjust the resolution--but obviously this machine doesn't have an NVidia card.
I am running an Acer Aspire 3680 and My HDD crashed so I want to run off of USB Drive.
View 3 Replies View RelatedBasically I have some Linux experience and have got myself an "old-but-good-machine".
I'm sure the Xubuntu 10.04 cd is OK as I can boot into it with my Windows laptop.
But... for whatever reason I can't boot it under the Live CD or Install options in my old computer?
As soon as I hit one of the options the monitor switches off after a few seconds?
I've tested the computer with a live backtrack cd and gparted live cd which both run fine so it must be something I'm missing in Xubuntu.
My Specs;
Desktop PC, Tiger Direct, Firefly BCD.
Mother board; PC Chips M758LT - ID 9039E90F31D926C3.
Intel Celeron 1.3 GHz x86 Family 6 Model 11 Stepping 1.
Bios; American Megatrends Inc., 062710, 7/15/1997
SMBIOS Ver. 2.3
Memory; 512 MB
Master HD 20MB half full with 40MB Slave HD. WinXP service pack 3 and all updates are current, with one glitch, system will not 'restart' have to press off button, then have to press off button twice again to start XP running again. Tried to run off CD using xubuntu, Lubuntu 11.04 and Unbuntu 11.04. A page of errors covers the screen, I have a photo attached which I hope you can download and zoom in on.
It starts out with, 570.240718 Kernal panic - not syncing: Attempted to kill init! 570.24786 Pid:1, comm:init not tainted 2.6.38-8-generic #42-Ubuntu.... Regards, Michael A I'm going to mark this as solved. I have to add a 40mb hard drive and make it master and make 20mb hd the slave and add 2 - 256 ram instead of 128 memory. I have an issue where xp will not reboot so i intend to format both hd's and try to install 10.04.2 from cd for a full install, no windows. I will report back.
The harddrive of an old laptop of mine recently died. Until I can replace it, I would like to use the xubuntu live-cd. However I would also like to be able to install some additional packages and change some settings, so it would be great if I could make it persistent. I know that it's possible to install to an usb-pendrive, but the problem is that the laptop isn't able to boot from usb-devices.
Is it possible to install xubuntu to usb, but boot the system wiith the live-cd? Or is there another way to use an usb-pendrive to keep some settings/packages?
I am trying to upgrade to Xubuntu 10.04 from a Slakware install. I downloaded the ISO image, burned that to a CD, and then created a floppy with SBM.bin image. The system is an old i386 which has a BIOS that will not boot from CD. I can mount and read the CD under the currently installed Slackware system with no problem. When I boot from the floppy I get a menu that shows the hard drive and the floppy as boot options, but not the CD. The CD drive is an ide on the same controller as the hard drive with the hard drive being master and the CD drive being slave.
View 2 Replies View Related