Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2021-05-15 15:29:53 +0000
committerWim Jongman2021-05-15 15:29:53 +0000
commit2e35653828da9f0f3cdfb73b3c7e0e666f9cfa50 (patch)
tree7ee01b24c3b74418bc294063f25539ad7a3d8d3d
parent26dd0eaf6dc4e441d44abd7d9c98f49049f84158 (diff)
downloadwindowbuilder-2e35653828da9f0f3cdfb73b3c7e0e666f9cfa50.tar.gz
windowbuilder-2e35653828da9f0f3cdfb73b3c7e0e666f9cfa50.tar.xz
windowbuilder-2e35653828da9f0f3cdfb73b3c7e0e666f9cfa50.zip
Bug 572210 - Reflective access with CGLIB breaks in java 16 and higher
Added warning on main website Change-Id: I5fbb4d3dc1831d233b6b9b1e0914ffed620834d1
-rwxr-xr-xpages/_index.html101
1 files changed, 12 insertions, 89 deletions
diff --git a/pages/_index.html b/pages/_index.html
index fce99e7..eb3140d 100755
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -1,19 +1,3 @@
-<!--
-Initial dummy "big buttons" contents.
-<div id="bigbuttons">
-<h3>Primary Links</h3>
-<ul>
- <li><a id="buttonDownload" href="download.php" title="Download">Eclipse
- Distribution, Update Site, Dropins</a></li>
- <li><a id="buttonDocumentation" href="midcolumn_example.php"
- title="Documentation">Tutorials, Examples, Videos, Reference Documentation</a></li>
- <li><a id="buttonSupport" href="midcolumn_example.php" title="Download">Bug
- Tracker, Newsgroup, Professional Support</a></li>
- <li><a id="buttonInvolved" href="midcolumn_example.php" title="Getting Involved">CVS,
- Workspace Setup, Wiki, Committers</a></li>
-</ul>
-</div>
--->
<!-- The WB initial "big buttons" contents.-->
<div id="bigbuttons">
@@ -30,9 +14,21 @@ Initial dummy "big buttons" contents.
</ul>
</div>
+<div class="sideitem">
+ <h6>Blank Window when trying to edit a visual class?</h6>
+ <div class="content">
+ <p>When running Java 16 the following line must be added to the eclipse.ini file:<br><br>
+ <strong>--illegal-access=permit</strong>
+ <br><br>
+ See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=572210">See bug 572219</a>
+ </p>
+ </div>
+</div>
+
<div id="midcolumn">
<h3>WindowBuilder - is a powerful and easy to use bi-directional Java GUI designer</h3>
+
<div id="introText">
<p>
@@ -64,78 +60,5 @@ and most user re-factorings (you can move, rename and subdivide methods without
Your browser does not support the video tag.
</video>
</div>
-
-
-<!--
-<h3>...and yet powerful</h3>
- -->
-
-<!--
-Initial dummy "feature" content:
-<div id="feature_1">
-
-<h4>Some cool feature</h4>
-<p>MyProject has this really cool feature that you describe here in few words, just as a teaser.</p>
-</div>
-
-<div id="feature_2">
-<h4>Another Feature</h4>
-<p>When working with MyProject, great things happen, and one of them is described here.</p>
-</div>
-
-<div id="feature_3">
-<h4>Another Feature</h4>
-<p>When working with MyProject, great things happen, and one of them is described here.</p>
-</div>
-
-<div id="feature_4">
-<h4>User Experience</h4>
-<p>
-Experiment with style.css to create columns for text, just the way you want it. This section
-is a bit wider and can contain more words, even small logos or graphics to describe a neat feature in more detail.</p>
-</div>
-
-<div id="feature_more">
-<h4>and much more...</h4>
-<p>Read the MyProject <a href="/project/documentation.php">documentation</a> and join the discussion at the <a href="http://www.eclipse.org/forums/eclipse.newsgroup.name">forum</a> to understand how powerful MyProject is.</p>
-<p> Want to know more? <a href="/projects/project_summary.php?projectid=tools.windowbuilder">About This Project</a>
-</div>
--->
</div>
-
-<!--
-<div id="rightcolumn">
-
- <div>
- <h3>Current Status</h3>
- <p>Welcome to the new WindowBuilder homepage! We are thrilled to see WindowBuilder emerge as a new open source project,
-and we are excited to work with the Eclipse community to grow and evolve the tool.</p>
-
- <p>We are in the process of getting the initial code contributions into Eclipse and into the IP review process. In
-the meantime, if you are interested in the project, you can see the current docs for the project at <a href="http://code.google.com/javadevtools/wbpro/index.html">code.google.com</a>.</p>
- </div>
-</div>
-
-Initial dummy "right column headlines" content:
-<div>
-<h3>Current Status</h3>
-<p>Update this section occasionally to let your community know what's new and exciting with your project....</p>
-</div>
-
-<div id="headlines">
-<h3>New and Noteworthy</h3>
-<p>... or a link to your new and noteworthy.</p>
-</div>
-
-<div id="headlines">
-<h3>Headlines on the web</h3>
-<p>Project headlines...</p>
-</div>
-
-<div id="headlines">
-<h3>Another announcement</h3>
-<p>MyProject is pleased to announce...</p>
-</div>
-</div>
---> \ No newline at end of file

Back to the top