Skip to main content



      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] Thu, 18 January 2024 22:46 Go to next message
Eclipse UserFriend
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 03:56 Go to previous message
Eclipse UserFriend
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.
Previous Topic:installer "cannot execute binary file" error
Next Topic:Accessibility - use with Windows High Contrast Mode
Goto Forum:
  


Current Time: Wed May 07 06:55:10 EDT 2025

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

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

Back to the top