Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72453 - jmf-bin does not work as it is registered as jmf-bin, but the jmftools expect jmf
Summary: jmf-bin does not work as it is registered as jmf-bin, but the jmftools expect...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-25 05:37 UTC by Ian Hubbertz
Modified: 2004-11-25 05:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Hubbertz 2004-11-25 05:37:53 UTC
I just installed jmf-bin. The jmf tools (jmfinit, jmfregistry) do not work, because they call

CLASSPATH="`/usr/bin/java-config --classpath=jmf`:${CLASSPATH}"

But, as the package is called jmf-bin, they should call

CLASSPATH="`/usr/bin/java-config --classpath=jmf-bin`:${CLASSPATH}"

Reproducible: Always
Steps to Reproduce:
Call jmfinit

A call to e.g. jmfinit results in an error (from java-config)

Could not find package jmf


Thus, the classpath is not set up correctly, t
Exception in thread "main" java.lang.NoClassDefFoundError: JMFInit



Actual Results:  
An error message from java config is shown:
----
Could not find package jmf
----

Then, as the classpath have not been setup correctly, java shows an error:

-----
Exception in thread "main" java.lang.NoClassDefFoundError: JMFInit
-----


Expected Results:  
Start the Java Application


Of course, changing the jminit etc. scripts to call

/usr/bin/java-config --classpath=jmf-bin

fixes the problem.
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-11-25 05:44:22 UTC
fixed