When is JDK 1.5 beta 2 coming out?

It was due out on April 4th, 2004 according to some old Sun docs I found but that date came and went. When are we expecting a release?Thanks,Gili
[180 byte] By [cowwoc] at [2007-9-30 5:27:43]
# 1
If you had bothered to search the forums (for instance for "1.5 beta"), you would very quickly have found this link: http://java.sun.com/j2se/1.5.0/download.jsp
mattbunch at 2007-7-1 17:27:30 > top of Java-index,Administration Tools,Sun Connection...
# 2
This is beta 1, not beta 2. I already have and run beta 1 but it has bugs I need fixed which are due out in beta 2.So when is beta 2 coming out?
cowwoc at 2007-7-1 17:27:30 > top of Java-index,Administration Tools,Sun Connection...
# 3

Yaa, I have same question, when released new version of Tiger?

Because I use NetBeans which need Tiger and I must compiled under 1.4 because I got :

javax.servlet.ServletException: (class: os/tags/FileExistsTag, method: getFilePath signature: (Ljava/lang/String;)Ljava/lang/String;) Incompatible object argument for function call

org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:867)

org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:800)

org.apache.jsp.pages.index_jsp._jspService(index_jsp.java:103)

org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)

javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)

javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

root cause

java.lang.VerifyError: (class: os/tags/FileExistsTag, method: getFilePath signature: (Ljava/lang/String;)Ljava/lang/String;) Incompatible object argument for function call

java.lang.Class.forName0(Native Method)

java.lang.Class.forName(Class.java:155)

org.apache.jsp.pages.index_jsp.class$(index_jsp.java:71)

org.apache.jsp.pages.index_jsp._jspService(index_jsp.java:71)

org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)

javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)

javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

I think, it's about permission because I know that Tiger has better security than 1.4.

May be my tomcat has classpath to my old 1.4, but it's not important. Bug is here. Backward compatibility must be ok.

dusan4 at 2007-7-1 17:27:30 > top of Java-index,Administration Tools,Sun Connection...
# 4
Actually that is supposidly a Netbeans bug. Their internal compiler is not up-to-date with JDK 1.5 and you have to use the external compiler instead. You are right, though, that its weird it isn't backwards compatible.
cowwoc at 2007-7-1 17:27:30 > top of Java-index,Administration Tools,Sun Connection...