gennadyg / jc-tree

Automatically exported from code.google.com/p/jc-tree
0 stars 0 forks source link

Please provide a Java 6 version #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the latest version of jc-tree
2. Write a simple program using it.
3. Compile your program on Java 6.
4. Attempt to run the project on a Java 6 JRE.

What is the expected output? What do you see instead?

I'd like to be able to run the program, without error, on a Java 7 JRE.

What version of the product are you using? On what operating system?

1.2.2

Please provide any additional information below.

Original issue reported on code.google.com by johnmmcp...@gmail.com on 24 Oct 2013 at 10:32

GoogleCodeExporter commented 9 years ago
Mistake in the above this line;

"I'd like to be able to run the program, without error, on a Java 7 JRE."

should read

"I'd like to be able to run the program, without error, on a Java 6 JRE."

Original comment by johnmmcp...@gmail.com on 24 Oct 2013 at 10:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It will be hard for me to maintain another version. It is really easy to 
rebuild the project from source by changing the pom file. However, I will try 
to provide a file on this thread for Java 6

Original comment by gsaxen...@gmail.com on 31 Oct 2013 at 4:00