bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gjdoc/22857] New: gjdoc configure failes to detect java with my cla


From: julian at sektor37 dot de
Subject: [Bug gjdoc/22857] New: gjdoc configure failes to detect java with my classpath
Date: 14 Sep 2005 22:36:53 -0000

My configure attempt failed to find any Java and after some investigation it 
turned out that this was called:



java Test



Since I don't have my system-wide-classpath set to find classes in the current 
dir; this can't work.  I would think many people have a setup like this.



I altered the configure script to do this:

- if { ac_try='$JAVA $JAVAFLAGS $TEST'

+ if { ac_try='CLASSPATH=.:$CLASSPATH $JAVA $JAVAFLAGS $TEST'



which makes it correctly run the test class.
------- Additional Comments From from-classpath at savannah dot gnu dot org  
2005-02-07 21:07 -------
This is actually a bug in the AC_PROG_JAVA autoconf macro, but I fixed this for 
now in gjdoc CVS and will file a bug report about this with the autoconf people.



Please check that it works now for you.
------- Additional Comments From julian at sektor37 dot de  2005-09-14 22:36 
-------
Changed to reflect comment #1.


-- 
           Summary: gjdoc configure failes to detect java with my classpath
           Product: classpath
           Version: unspecified
            Status: RESOLVED
          Severity: normal
          Priority: P3
         Component: gjdoc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: from-classpath at savannah dot gnu dot org
                CC: bug-classpath at gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22857




reply via email to

[Prev in Thread] Current Thread [Next in Thread]