Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2768 - java-config should put . in class path
Summary: java-config should put . in class path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-16 03:36 UTC by Evan Teran
Modified: 2003-02-04 19:42 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 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.