Ubuntu Multimedia :: Installing Java 3D - Package Javax.vecmath Does Not Exist

Jan 9, 2011

I'm trying to play around with java 3d, but having troubles to get some example to run.

NetBeans don't likes the line "import javax.vecmath.*;", it tells me that "package javax.vecmath does not exist",...

Code:

etc/environment holds following:

Code:

View 1 Replies


ADVERTISEMENT

Software :: Mockbuild Does Not Exist - Installing Rpm Package

Apr 28, 2010

I am following this instructions:

Code:

[URL]

I have downloaded the following kernel:

kernel-2.6.18-164.15.1.el5.src.rpm

I have done the following steps:

As root, install the packages rpm-build, redhat-rpm-config and unifdef:

Code:

[root@host]# yum install rpm-build redhat-rpm-config unifdef

As an ordinary user, not root, create a directory tree based on ~/rpmbuild:

Code:

[user@host]$ cd
[user@host]$ mkdir -p rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
[user@host]$ echo '%_topdir %(echo $HOME)/rpmbuild' > .rpmmacros

However, when I try and install the rpm package:

Code:

[user@host]$ rpm -ivh kernel-2.6.18-164.15.1.el5.src.rpm | 2>&1 | grep -v mockb

I get the following error:

Code:

warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root

View 1 Replies View Related

Software :: Rpmbuild: Check File Exist Before Installing Package?

Nov 17, 2010

I'm building a RPM package. In my SPEC file, in the "%pre" and "%post" sections, I need to be sure that Postgresql-server is started.I tried to add a "PreReq: /var/run/postmaster*" but the * is not interpreted ! (filename changes, depending on the linux distribution)Is this way test that this file exist (or test if the result of "pidof -s/usr/bin/postmaster" is empty, for example

View 2 Replies View Related

Ubuntu Multimedia :: Lost All Sound - Package Audio Does Not Exist

Dec 3, 2010

I was trying to get help with video tearing but now I've lost all sound. This happened after using these two commands:

sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
sudo dpkg-reconfigure -phigh xserver-xorg

I tried this:

ubuntu-bug audio
and got:
package audio does not exist
and:
ubuntu-bug -p alsa-base
and got:

Warning: The options -p/-P are deprecated, do not use them. See /usr/bin/ubuntu-bug

View 2 Replies View Related

Ubuntu Multimedia :: Installing Java ?

Mar 14, 2010

I tried many terminal commands etc all did not work. Second tried the Ubuntu software download found java only to see there is no install button for some reason..

View 3 Replies View Related

Slackware :: Installing Java Error - When Trying To Run A Java App With The Firefox Plugin - Browser Crashe

May 29, 2011

Code: ~ $ /usr/java/jre1.6.0_25/bin/java -showversion Error occurred during initialization of VMjava/lang/NoClassDefFoundError: java/lang/Object

That's the error I get. When trying to run a java app with the firefox plugin, the browser simply crashes if it's the 64bit java or tells me it's not installed if it's the 32bit version.

I'm at a loss as to what to do. I think it has something to do with leftover gunk from a previous version I misinstalled(Is that even a word?) Anyway, the only thing that google could come up with was a solution for windows which laid blame on Bill Gates for having a bunch of pf (java prefetch) files stuffed into c:windows for no apparent reason. The solution was to delete them, but I can't seem to find the java prefetch folder in linux. The method I used is downloading the rpm from java.com the rpm2tgz then installpkg then cp libnpjp2.so to firefox plugins folder.

View 8 Replies View Related

Ubuntu Multimedia :: Installing Restricted Formats Package?

Feb 6, 2010

I am new to ubuntu and would like to play my music library via a program. Was going to just try rhythmbox since it came with the OS, unless someone has another suggestion. When trying to play my mp3s I get a error saying I need to download a plugin which it can't find. I found this link and tried to follow it. [URL]..I was able to install the package on my laptop, but one my desk top when I click on 'Click here to install the ubuntu-restricted-extras package' I get prompted to use 'apturl' which I accept then it says Could not find package 'ubuntu-restricted-extras'.I am connected to my network, shouldn't it just reach out to and grab this?

View 1 Replies View Related

Ubuntu Multimedia :: No Sound After Installing Alsa Package?

Aug 8, 2010

after installing alsa package, i have no sound.

View 1 Replies View Related

Red Hat :: Kickstart Install: "This Package Does Not Exist" After Setting Up The Package

May 24, 2011

I'm updating a working kickstart configuration.Got a good iso from it the last time used.I simply want to add 2 rpms to the installation. So I added the rpms (libganglia & libconfuse) into the ../Server directory. I added those two names to the %packages section in the .cfg file. And I added those two names into two new appropriate lines in the ../Server/repodata/comps.xml file.

I ran "createrepo -g repodata/comps.xml ." from the ../Server (rpms) directory. I then ran my "mkisofs" without issue, and used the resulting .iso. The message I get during installation is "You have specified the package 'libganglia' should be installed. This package does not exist. Would you like to continue or abort your installation?". I've tried several variations of the createrepo command.

View 3 Replies View Related

CentOS 5 :: Yum-priorities Package For 5.4 Does Not Exist

Oct 22, 2009

yum-priorities package for 5.3 is listed here:

[URL]

but for 5.4 it does not exist:

[URL]

Is this intended?

View 2 Replies View Related

Fedora Installation :: Can't Find UNO / In What Package Does It Exist?

Oct 13, 2009

Code...

In what package does uno exist?

View 2 Replies View Related

Ubuntu :: Installing Java From Java.com ?

May 6, 2011

I would like to install JRE-6u25 on ubuntu.

When I go on the website I see only RPM and another download called:

linux self extracting. The file name for this one is: JRE-6u25-linux-i586.bin

It says to restart the browser after install.

I want to install java to play minecraft. I'm having some speed issues using openJDK.

Would the self extracting file work for minecraft standalone? (I tried playing in a browser without success).

Is using the self extracting file the same as using say the RPM?

View 1 Replies View Related

Ubuntu :: Apt-get Upgrade System Or Install A New Package In Synaptic Or Terminal - Status Don't Exist?

Aug 11, 2011

when I try to apt-get upgrade system or install a new package in synaptic or terminal, I see this:

Code:
dpkg: ../../../lib/dpkg/dump.c:250: w_status: Assertion `pigp->trigpend_head' failed.
E: Sub-process /usr/bin/dpkg exited unexpectedly
So, before I have a problem - Synaptic opened, told that /var/lib/dpkg/status don't exist, in the web I read that sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/

View 4 Replies View Related

Ubuntu :: Install Javax.comm For Serial Port Programming?

Apr 16, 2011

How do I install Javax.comm for serial port programming. I have been all over the Internet without finding anything useful. I did install the librxtx-java package, but still eclipse or monodevelop will not recognize import gnu.io. I am using eclipse. What am I doing wrong. Surely, it should not be this difficult. I might have to do this in C++, or Basic even (Gambas2) if I can not figure this out.

View 1 Replies View Related

Programming :: Why Doesn't The Javax Swing Message Print

Mar 18, 2010

why the message string isn�t output to the Applet window in the code below?

Code:
import javax.swing.*;
class printit extends JApplet {

[code].....

View 4 Replies View Related

Fedora :: Installing Gcc - 'cstdio.h' Not Exist

May 1, 2011

I was trying to install gcc, and it sorta worked, but not really.. Im a student, and we were using an ada server that had 'gcc' already installed, so that we could cd to a directory and then 'gcc -o NAME FILEPATH' I tried to recreate this set up on my machine with Fedora 11... on my mac it is installed automatically and can be accessed from the terminal. How do I do it in Fedora? I downloaded 'gcc-4.6.0', I ran 'configure' from the gcc directory and a lot of text scrolled by really fast.. but then afterwards it said something failed...

but its weird, cuz I can write a simple 'c' program and gcc it from the terminal and it compiles.. it just gives me warnings about everything.. saying that packages like 'cstdio.h' do no exist.. warnings tho, not errors.. and it still runs.

View 5 Replies View Related

Ubuntu Installation :: Installing Package Through Synaptic Package Manager?

Aug 3, 2011

I have a problem when installing this package through synaptic package manager. this is :

libpng12-dev
the error is:
W: Failed to fetch http://security.ubuntu.com/ubuntu/po...tu2.1_i386.deb
404 Not Found [IP: 91.189.92.167 80]
my distribution is ubuntu 10.4.

View 1 Replies View Related

Ubuntu :: Way To Determine Which Libraries Package Needs Before Installing Package Itself?

Feb 24, 2010

Is there a way to determine which libraries a package needs before installing the package itself?

View 2 Replies View Related

Ubuntu Multimedia :: Flash Doesn't Work And Removing / Re-installing Package Doesn't Fix It

Sep 1, 2011

I'm using 'Adobe Flash plug-in 10.3.183.4ubuntu0.11.04.1', installed from the package repos on kubuntu, and since the last update, it has broken all flash functionality in both rekonq and firefox.I have tried removing and reinstalling the package multiple times, both with and without the browsers open. Can anyone suggest a way to restoring functionality?

View 7 Replies View Related

Ubuntu :: OpenJDK Java 6 Runtime - Package Dependencies Cannot Be Resolved

Aug 26, 2010

I'm trying to install Open Rocket : [URL]. I don't think I have java installed. I went to software center and tried to install "OpenJDK Java 6 runtime" and it says package dependencies cannot be resolved. I tried doing sudo apt-get install through terminal and it was dependent on a long list of things:

openjdk-6-jre
openjdk-6-jre-headless
tzdata-java
tzdata

I tried to sudo apt-get each one and it led me down the list like that to a dead end.

View 6 Replies View Related

Programming :: Java: Referencing Image Within Package

Jan 30, 2009

I am running into a small bit of difficulty with images I want to use in a Java program, keeping them bundled with the program in a JAR file and accessing them within the package.For those who are thinking it, this is definitely not homework.In my program, I have several images I would like to use on buttons on a toolbar.I have Googled, and I found something that comes close, but it deals with fetching images from a URL - nothing that deals with local files, more specifically, local images kept inside of a JARchive.

View 3 Replies View Related

Programming :: Unable To Access Java Package

Feb 16, 2011

i am a complete newbie in java. while dealing with packages i faced the following problem. I created a file named "CreatePackage"

Code:

package lobkush;
public class CreatePackage {
public CreatePackage() {
System.out.println("you are presently under package named "lobkush" ");
}
}

after this i created a folder named "lobkush".I also compiled the source file and placed the .class file in the corresponding directory.

Now to test it i created another java file. This is where the problem arises.while importing the class file if I write:

Code:

import lobkush.*;
the compiler shows an error

but if I write

Code:

import lobkush.CreatePackage;

no error is shown and the .class file generated.

View 4 Replies View Related

Slackware :: Missing Java - Package Browser Down ?

Dec 17, 2010

I thought I knew what I was doing, just a minimal install of slackware 13.1 for a game server (minecraft), but it seems I missed java or something - I get the "command not found" error. gcc-java is installed. What package did I miss/what series is it in? Does it have any dependencies?

View 1 Replies View Related

CentOS 5 :: Remove Java-1.4.2-gcj-compact Package?

May 6, 2009

What is 'java-1.4.2-gcj-compact package' Is this a JDK or just JRE?

I want to remove 'java-1.4.2-gcj-compact' package and install sun's JDK1.6. But lots of other packages depends on 'java-1.4.2-gcj-compact'. How should I go ahead.

View 3 Replies View Related

Ubuntu Installation :: How To Install Java / Amsn In Synaptic Package Manager

Apr 4, 2010

i downloaded packages of java and amsn but i cant see them in the synaptic package manager.when i search them i cant find and when i click file--> add downloaded packages ,it doesnt take this packages.

View 4 Replies View Related

General :: Libraries In Slackware 12.1 And Install The Java Jdk Package?

May 15, 2010

i wanted to know whether the gcc,g++ libraries are pre-installed i slackware 12.1 or not. if not then from where can i download them .how do i install them? how do i install the java jdk package also?

View 1 Replies View Related

Programming :: Importing A Package Recursively (with Subpackages) In Java?

Feb 26, 2010

I'm a 1st-year CS major and am new to Java. I had a question about importing packages. As I understand it, when you use a wildcard when importing, it will import the classes within the package specified before the asterisk, but none of the subpackages in the specified package.is there a way to include all classes and subpackages recursively with a single line, instead of doing:

import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;

As I understand it, it doesn't actually cause any bloat in your bytecode, so if it can be done, would there be any disadvantage?

View 4 Replies View Related

Ubuntu :: Installing Java ?

Apr 25, 2010

I wanted to install Java so that I could play the popular game "RuneScape" on my Ubuntu system, but I followed the steps posted on the website and it said something like "Extract using the console" and gave me the name of the object to extract, but it did not say anything about what folder or anything, so the system did not know where to extract from.

View 9 Replies View Related

Ubuntu :: Installing Java 1.4.2 On 64-bit 10.04?

May 18, 2010

installing java 1.4.2 JDK on 64-bit 10.04? I can't seem to find a whole lot about this anywhere. I've tried downloading the .bin from sun's archive site [java.sun.com/products/archive] but I get this error when running it:

Quote:

Unpacking...
Checksumming...
0
0

[code]...

View 1 Replies View Related

Ubuntu :: Installing 32 Bit Java In 64 Bit

Sep 18, 2010

I've been trying to use my work's SSL VPN. It uses Juniper Network Connect. I attempted setup from the VPN website and it would not install. As I later found out, this is due to the fact that it asks for the su password and Ubuntu doesn't use one.

I stumbled upon this link and script, which seems to be exactly what I'm looking for: http://mad-scientist.net/juniper.html. I tried to run the script and run network connect, but the script's setup needs a jre directory for 32 bit Java. Is it possible to install 32bit java on a machine running a 64bit operating system? If so, How can I go about doing this?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved