Hallo,
beim Versuch eine avi Datei über folgenden Aufruf zu öffnen:
erhalte ich folgende Meldung:
******** ERROR ********************************************************
This program is improperly using Base::Config by not initializing config
with the Load functions
See the documentation in Base/Dev/index.html for usage instructions.
At the minimum, LoadCommandLine should be use with a dummy command line
consisting of the program name.
************************************************************************
sowohl über IDE als auch in der Kommandozeile.
Suche im Web brachte mich nicht weiter. Was mache ich falsch?
Eigentlich will ich die Datei nicht direkt abspielen sondern als Download anzeigen.
Viele Grüsse,
Krzysztof
beim Versuch eine avi Datei über folgenden Aufruf zu öffnen:
Java:
File sFile = new File("c:/temp/xx.avi");
if(sFile.exists())
{
Desktop.getDesktop().open(sFile);
}
erhalte ich folgende Meldung:
******** ERROR ********************************************************
This program is improperly using Base::Config by not initializing config
with the Load functions
See the documentation in Base/Dev/index.html for usage instructions.
At the minimum, LoadCommandLine should be use with a dummy command line
consisting of the program name.
************************************************************************
sowohl über IDE als auch in der Kommandozeile.
Suche im Web brachte mich nicht weiter. Was mache ich falsch?
Eigentlich will ich die Datei nicht direkt abspielen sondern als Download anzeigen.
Viele Grüsse,
Krzysztof
Zuletzt bearbeitet: