-
Bug
-
Resolution: Fixed
-
P4
-
9
-
None
-
b02
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045068 | 8u25 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | b01 |
JDK-8037985 | 8u20 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | b09 |
JDK-8052468 | emb-8u26 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | b18 |
The following should work to access java package "java.net":
jjs> java['net']
But it works only after the package has been created, e.g. after calling
jjs> java.net
One possible solution is to make ScriptObject#invokeNoSuchProperty(String) non-private and override it in NativeJavaImporter and possibly NativeJavaPackage.
jjs> java['net']
But it works only after the package has been created, e.g. after calling
jjs> java.net
One possible solution is to make ScriptObject#invokeNoSuchProperty(String) non-private and override it in NativeJavaImporter and possibly NativeJavaPackage.
- backported by
-
JDK-8037985 Indexed access to java package not working
-
- Resolved
-
-
JDK-8045068 Indexed access to java package not working
-
- Resolved
-
-
JDK-8052468 Indexed access to java package not working
-
- Resolved
-