Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Javadoc

Empfohlene Antworten

Hallo,

Ich muss zu bestimmten Klassen die ich geschrieben hab ein htmlFile mit javadoc erzeugen und tu das zum ersten Mal drum hab ich einpaar Schwierigkeiten damit. Diese Klassen befinden sich im Package src\de\lmu\ifi\dbs\algorithm\clustering\biclustering

und benutzen so manche andere Klassen aus dem Projekt.

Ich hab mit dem Befehl javadoc FLOC.java aus dem Verzeichnis wo sich FLOC befindet, ein hltm Dokument erzeugt und bekomme aber "einpaar" (26) Fehlermeldungen der Art:

FLOC.java:11: package de.lmu.ifi.dbs.algorithm.result.clustering.biclustering do

es not exist

import de.lmu.ifi.dbs.algorithm.result.clustering.biclustering.Bicluster;

^

FLOC.java:12: package de.lmu.ifi.dbs.data does not exist

import de.lmu.ifi.dbs.data.RealVector;

^

FLOC.java:13: package de.lmu.ifi.dbs.utilities does not exist

import de.lmu.ifi.dbs.utilities.Description;

^

FLOC.java:14: package de.lmu.ifi.dbs.utilities.optionhandling does not exist

import de.lmu.ifi.dbs.utilities.optionhandling.DoubleParameter; usw.

All diese Klassen wurden aber importiert und FLOC läuft auch wie es laufen soll.

Kann mir jemand sagen woran das liegen könnte?

Ich habe noch nicht mit dem Kommandozeilentool javadoc selbst gearbeitet, aber für mich hört sich das ziemlich sicher danach an, als ob javadoc die Bibliotheken nicht findet, in denen diese importierten Klassen liegen.

Werden denn die importierten Klassen in .jar-Dateien zur Verfügung gestellt, oder liegen sie an anderer Stelle im Dateisystem als .class-Dateien? Dann solltest Du Dir mal die Doku zu javadoc ansehen und den Classpath entsprechend anpassen.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.