Issue Details (XML | Word | Printable)

Key: NET-60
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Unassigned
Reporter: Steve Cohen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Net

commons-net 1.2 incompatible with JDK < 1.4

Created: 05/May/04 05:41 AM   Updated: 20/Sep/07 05:31 AM
Return to search
Component/s: None
Affects Version/s: 1.2
Fix Version/s: None

Time Tracking:
Not Specified

Environment:
Operating System: All
Platform: All

Bugzilla Id: 28775


 Description  « Hide
<raghu.changlaveedu@bt.com>
> I got this error when using JDK 1.3.1_09
> version.
>
> java.lang.IllegalAccessError: try to access method
> java.util.Calendar.getTimeInMillis()J from class
> org.apache.commons.net.ftp.parser.NTFTPEntryParser

"Edelson, Justin" <Justin.Edelson@mtvi.com>:
>However, net 1.2 won't compile against anything prior to 1.4 (I'm
>working with 1.3.1) because
>org.apache.commons.net.ftp.parser.NTFTPEntryParser tries to call
>Calendar.getTimeInMillis() on line 132, which prior to 1.4 was a
>protected method.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Steve Cohen added a comment - 05/May/04 05:43 AM
Additionally, I discover that TelnetClientTest.java does not compile under 1.2.

Steve Cohen added a comment - 05/May/04 05:45 AM
checked in fix

Steve Cohen added a comment - 26/Jun/04 09:10 AM
      • COM-1281 has been marked as a duplicate of this bug. ***