Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471940 - dev-java/netbeans(-platform-7.3) can run with Java 7
Summary: dev-java/netbeans(-platform-7.3) can run with Java 7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Miroslav Šulc
URL: https://netbeans.org/community/releas...
Whiteboard:
Keywords:
Depends on:
Blocks: 237562 483018
  Show dependency tree
 
Reported: 2013-05-31 21:05 UTC by David Heidelberg (okias)
Modified: 2014-03-18 22:43 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Heidelberg (okias) 2013-05-31 21:05:23 UTC
--- netbeans-platform-7.3-r1.ebuild     2013-05-31 21:57:44.733030969 +0200
+++ /usr/portage/dev-java/netbeans-platform/netbeans-platform-7.3.ebuild        2013-02-21 16:52:43.000000000 +0100
@@ -27,7 +27,7 @@
        >=dev-java/jna-3.4:0
        >=dev-java/osgi-core-api-5:0
        dev-java/swing-layout:1[source]"
-DEPEND=">=virtual/jdk-1.6
+DEPEND="virtual/jdk:1.6
        app-arch/unzip
        ${CDEPEND}"
 RDEPEND=">=virtual/jdk-1.6


Reproducible: Always
Comment 1 David Heidelberg (okias) 2013-05-31 21:20:45 UTC
Compilation tested with JDK 1.7 and worked well.
RDEPEND is already >=jdk-1.6, so everything should work perfect.
Comment 2 David Heidelberg (okias) 2013-06-12 21:10:22 UTC
Reminding
Comment 3 David Heidelberg (okias) 2013-06-27 08:45:17 UTC
What is status?
Comment 4 David Heidelberg (okias) 2013-08-09 19:29:41 UTC
Does anyone care?
Comment 5 David Heidelberg (okias) 2013-08-27 08:57:13 UTC
Maintainer seems to not respond, what could be done? Adding maintainer-wanted at least
Comment 6 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-08-27 10:09:44 UTC
He seems a bit more inactive these days, we don't need m-w@g.o CC-ed as the Java herd is also listed as maintainers; I was told not to touch this because this is maintained in his overlay, but if bugs are going to collect up to an unacceptable point we might investigate this and start fixing things regardless of that.
Comment 7 Miroslav Šulc gentoo-dev 2013-08-27 13:05:02 UTC
sorry for the inactivity, but i have real life that needs my attention. anyway, is this bug about running netbeans using java 7 (bug topic) or about compiling netbeans using java 7 (report)?

wrt compilation of netbeans using java 7, i have already this prepared in my overlay for version 7.4 which i hope will be released soon (beta already out). i could backport it to 7.3 aswell but that means to modify 21 packages and because of 7.4 comming out soon (and load of stabilization herd) i proly won't even ask for stabilization of the 7.3 update (again, 21 packages) so i do not see much point in this. but if i miss something, please let me know.
Comment 8 David Heidelberg (okias) 2013-08-27 17:37:15 UTC
First thank you for response.

it's able to compile and run on java 1.7.

Quote from https://netbeans.org/community/releases/73/install.html
"Required Software
The Java SE Development Kit (JDK) 6 Update 26 (or later) or JDK 7 Update 10 (or later) is required to install the NetBeans IDE.
The PHP and C/C++ NetBeans bundles only require the Java Runtime Environment (JRE) 6 to be installed and run. However, if you are planning to use any of the Java features, you need JDK 7."

So, minimum is JDK 6, but JDK 7 is recomended, if I understand it correctly.
Comment 9 Miroslav Šulc gentoo-dev 2013-10-16 10:00:13 UTC
fixed in 7.4 which is now in the tree