Posted By:
robert_samanek
Posted On:
Friday, April 26, 2002 05:49 AM
Hi all, could you give me any hint with following problem? i've got a spimple applet, which uses import java.awt.*; import java.applet.*; import java.util.*; import java.awt.event.*; import com.ms.wfc.ui.ComboBox; import com.ms.wfc.util.HashTable; when running in ms vj++ 6.0, everything runs well (even in homesite's quick view window), but when i try to run it outside these applications, only a message 'applet can't be instantiated' appeares. i've found that there could be possibly some problem with some missing classes i should include in the same directory, but i do not know which and how (i.e. from where if they are some ms classes...). thank you for any help,
More>>
Hi all,
could you give me any hint with following problem? i've got a spimple applet, which uses
import java.awt.*;
import java.applet.*;
import java.util.*;
import java.awt.event.*;
import com.ms.wfc.ui.ComboBox;
import com.ms.wfc.util.HashTable;
when running in ms vj++ 6.0, everything runs well (even in homesite's quick view window), but when i try to run it outside these applications, only a message 'applet can't be instantiated' appeares. i've found that there could be possibly some problem with some missing classes i should include in the same directory, but i do not know which and how (i.e. from where if they are some ms classes...).
thank you for any help,
robert samanek
<<Less