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

Bug 2768

Summary: java-config should put . in class path
Product: Gentoo Linux Reporter: Evan Teran <evan.teran>
Component: [OLD] DevelopmentAssignee: Karl Trygve Kalleberg (RETIRED) <karltk>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: High    
Version: 1.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Evan Teran 2002-05-16 03:36:08 UTC
like the summary says, the current directory "." should be part of the classpath
environment variable set by java-config, this makes things a lot more convinient
when working with java.
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-05-23 12:38:16 UTC
It does, if you use --set-user-classpath. I does not if you use 
--set-system-classpath, as that would break too many ebuilds _and_ be a 
security hazard. I will add this to to the Java Guide.
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-06-24 17:25:30 UTC
Notification added to the Java Guide. Will appear on gentoo.org on the next
refresh cycle.