[Bug 53415] New: javasupport is not FreeBSD friendly

David Holm david at realityrift.com
Sat Jan 25 19:38:04 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=53415     
           Summary: javasupport is not FreeBSD friendly
           Product: kdevelop
           Version: unspecified
          Platform: FreeBSD Ports
        OS/Version: FreeBSD
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at barney.cs.uni-potsdam.de
        ReportedBy: david at realityrift.com


Version:           3.0.0 (CVS) (using KDE KDE 3.0.99)
Installed from:    FreeBSD Ports
Compiler:          gcc 2.95.4 
OS:          FreeBSD

It seems Gideon filters out jdk's with green threads, though this is the default on FreeBSD. I removed the grep -v and compiled it anyway which seems to work.
Also, on freebsd the jdks are installed as /usr/local/j*dk* for FreeBSD compiled native versions and /usr/local/linux-*-j*dk* for linux binary packages. The configure script only looks in /usr and /opt.
Also, when compiling a java (-kde) project it seems that the @JAVAC@ is never replaced with anything, might be another FreeBSD issue as the java environment isn't placed in the path by default, the solution I guess would be to record where the jdk was found in /usr/local.
Another thing, why is there no Hello World java project? I don't want qt and all that shit in my java apps =). I could send you a patch which adds such a project but I guess you could just as easily add it yourself as it seemed pretty straightforward to add more project templates.




More information about the KDevelop-devel mailing list