Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
John Bell
Posted - 21 Jul 2008 : 05:12:08 Documentation says that
quote:*Requires that your target system has the Java 1.4 or 5.0
When I try to compile under 1.4 I get an error
quote:class file has wrong version 49.0, should be 48.0
which implies that the required version is 1.5 - is this correct?
1 L A T E S T R E P L I E S (Newest First)
quinncurtis
Posted - 21 Jul 2008 : 09:16:16 The qcchart2djava and qcrtgraphjava libraries themselves are compatible with Java 1.4. Most all of the example program for the QCRTGraph utilize parametrized collections (Vector), because the use of un-parametrized collections now generates hundreds of warnings in current versions (last 3-4 years) of Eclipse. Parametrized collections are only supported under Java 1.5 and higher. The QCChart2D examples don't use collections and they should all compile and run OK.
Is this just an observation, or is there some reason you need to restrict yourself to Java 1.4?