Skip to main content
summaryrefslogtreecommitdiffstats
blob: 83293d3a5059f8120e278e92ff500d0f197d4ee1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
    <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <meta http-equiv="Content-Style-Type" content="text/css">
    <title>
      Preparing Eclipse
    </title>
  </head>
  <body>
    <h1>
      Known Limitations</h1>
	<p><b>Supported platforms</b></p>
	<ul>
		<li>Eclipse 3.1 final or later (e.g. the 3.1m5a based JBossIDE is not supported)</li>
		<li>Java 5 VM or later</li>
	</ul>
	<p><b>Java editing</b></p>
	<p>The Package Explorer can get into a mode where it refresh too often (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=103585">Bug 
	103585</a>).&nbsp; The work-around is to Toggle the &quot;Apply Mylar&quot; glasses in 
	the toolbar.</p>
	<p>Folding must be toggled off in order to view all the matches for &quot;mark 
	occurrences&quot;.&nbsp; This is not a Mylar-specific limitation but is more 
	noticeable when Automatic Folding is enabled.</p>
	<p><b>Bugzilla</b></p>
	<p>You can only set one bug repository per workspace.&nbsp; Proxy servers 
	are not yet supported.</p>
    
  </body>
</html>

Back to the top