Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Why when opening index.html javadoc file generated in Eclipse results in opening in one of the class
Why when opening index.html javadoc file generated in Eclipse results in opening in one of the class [message #1863234] Fri, 19 January 2024 03:46 Go to next message
Binglei Cai is currently offline Binglei CaiFriend
Messages: 1
Registered: January 2024
Junior Member
I am just starting learning javadoc, and after generating javadoc files, index.html doesn't work as it supposed to, and it happens to all of my java project. Is it because of the Eclipse settings? I couldn't find answers anywhere. Please help, thank you

I tried regenerating javadoc files and it didn't work

this is what's in index.html

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Thu Jan 18 18:21:09 EST 2024 -->
<title>Generated Documentation (Untitled)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-01-18">
<meta name="description" content="index redirect">
<meta name="generator" content="javadoc/IndexRedirectWriter">
<link rel="canonical" href="ButtonCounter.html">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript">window.location.replace('ButtonCounter.html')</script>
<noscript>
<meta http-equiv="Refresh" content="0;ButtonCounter.html">
</noscript>
</head>
<body class="index-redirect-page">
<main role="main">
<noscript>
<p>JavaScript is disabled on your browser.</p>
</noscript>
<p><a href="ButtonCounter.html">ButtonCounter.html</a></p>
</main>
</body>
</html>
Re: Why when opening index.html javadoc file generated in Eclipse results in opening in one of the c [message #1863260 is a reply to message #1863234] Sat, 20 January 2024 08:56 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33258
Registered: July 2009
Senior Member
The JDT folks don't tend to look in the forums for questions. Try asking here:

https://github.com/eclipse-jdt/eclipse.jdt.core/discussions

Try to explain what you did in enough detail that someone else could try to reproduce the steps.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:installer "cannot execute binary file" error
Next Topic:Accessibility - use with Windows High Contrast Mode
Goto Forum:
  


Current Time: Sat Dec 07 21:17:51 GMT 2024

Powered by FUDForum. Page generated in 0.07798 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top