Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 147212

Summary: java-config-1 error :NameError: global name 'jh' is not defined
Product: Gentoo Linux Reporter: romain arcila <molkojr>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description romain arcila 2006-09-11 11:46:58 UTC
to correct this error, replace:

exec_0 = jh+'/bin/'+exe
exec_1 = jh+'/jre/bin/'+exe

in "/usr/lib64/python2.4/site-packages/java_config/jc_util.py", line 107 with:

exec_0 = java_home+'/bin/'+exe
exec_1 = java_home+'/jre/bin/'+exe
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-11 11:48:08 UTC

*** This bug has been marked as a duplicate of 147199 ***