Can i compile the project with j2sdk1.4.2_19
talasila66 opened this issue · 6 comments
talasila66 commented
My application runs over j2sdk1.4.2_19, Can I compile the project with j2sdk1.4.2_19 ? any alternative suggested?
jmanico commented
Sadly, no. This project is for Java 5 and above.
Java 1.4 was end of life many many years ago and I caution you that there is rarely a good reason to use it.
…--
Jim Manico
@manicode
On Nov 8, 2017, at 3:18 AM, Bhanu Siva Prasad Talasila ***@***.***> wrote:
Can i compile the project with j2sdk1.4.2_19 ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
talasila66 commented
Can I pull the code and make it compatible with Java 1.4 and use it?
xeno6696 commented
Well, it's open source so in theory you can do whatever you want, but Java
1.4 has so many other disasterous security vulnerabilities that doing so
would be like putting a single piece of bubblegum on a damn with 1000
leaks.
You've already lost the battle.
…On Sun, Nov 12, 2017 at 23:58 Bhanu Siva Prasad Talasila < ***@***.***> wrote:
Can I pull the code and make it compatible with Java 1.4 and use it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJEAQRhbNQAXXY6dU-UkFFQqzwjCDnShks5s1-iTgaJpZM4QWOMT>
.
xeno6696 commented
To put it into perspective there are roughly 550 known CVEs against Java,
and if you're using 1.4 that means you're vulnerable to 75% of them since
the majority of flaws began to be found in 1.6.
…On Sun, Nov 12, 2017 at 23:58 Bhanu Siva Prasad Talasila < ***@***.***> wrote:
Can I pull the code and make it compatible with Java 1.4 and use it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJEAQRhbNQAXXY6dU-UkFFQqzwjCDnShks5s1-iTgaJpZM4QWOMT>
.
jmanico commented
Well it’s open source, so yes.
… On Nov 13, 2017, at 5:14 AM, Matt Seil ***@***.***> wrote:
Well, it's open source so in theory you can do whatever you want, but Java
1.4 has so many other disasterous security vulnerabilities that doing so
would be like putting a single piece of bubblegum on a damn with 1000
leaks.
You've already lost the battle.
On Sun, Nov 12, 2017 at 23:58 Bhanu Siva Prasad Talasila <
***@***.***> wrote:
> Can I pull the code and make it compatible with Java 1.4 and use it?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#8 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AJEAQRhbNQAXXY6dU-UkFFQqzwjCDnShks5s1-iTgaJpZM4QWOMT>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
talasila66 commented
Thank you