Closed GoogleCodeExporter closed 9 years ago
Same results will be produced by doing jsyntaxpane.DefaultSyntaxKit.initKit();
Original comment by greg.hedlund@gmail.com
on 22 Oct 2008 at 11:54
Actually the problem is that I used JDK 6 and the method is not compatible with
prior
versions.
The code should work with JDK 1.6.
Is there a reason why you cannot use JDK 6?
Original comment by ayman.al...@gmail.com
on 22 Oct 2008 at 1:18
Original comment by ayman.al...@gmail.com
on 22 Oct 2008 at 1:18
JDK 6 is not supported on Mac OS X (by default) yet.
Original comment by greg.hedlund@gmail.com
on 22 Oct 2008 at 1:29
Should have mentioned this before, I'm running OS X 10.5.5 with all updated
installed.
Original comment by greg.hedlund@gmail.com
on 22 Oct 2008 at 2:02
Well, it's a JDK/JRE issue not Mac OS issue. JSyntaxPane is only supported on
JDK/JRE 6.
You can try and recompile on JDK 5. You will probably need to re-implement a
few
methods that are new in JDK 6.
If you can do that, and are willing to help, I can release the binary / source
for a
5.0 compatible version.
Original comment by ayman.al...@gmail.com
on 25 Oct 2008 at 1:53
Well, it's a JDK/JRE issue not Mac OS issue. JSyntaxPane is only supported on
JDK/JRE 6.
You can try and recompile on JDK 5. You will probably need to re-implement a
few
methods that are new in JDK 6.
If you can do that, and are willing to help, I can release the binary / source
for a
5.0 compatible version.
Original comment by ayman.al...@gmail.com
on 25 Oct 2008 at 1:53
Some pointers are there in
[http://code.google.com/p/jsyntaxpane/issues/detail?id=38]. Think we can close
this
issue also with WONT FIX. The minimum requirement for JSyntaxPane can be raised
to
Java 6.
Original comment by subwiz
on 16 Nov 2008 at 9:31
I agree. CLosing as WOntFix, need JDK/JRE 1.6 as minimum requirement.
Original comment by ayman.al...@gmail.com
on 16 Nov 2008 at 10:39
Original issue reported on code.google.com by
greg.hedlund@gmail.com
on 22 Oct 2008 at 11:50