Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
tux10  
#1 Posted : Sunday, April 15, 2007 9:02:53 PM(UTC)
tux10

Rank: Member

Groups: Member
Joined: 3/21/2007(UTC)
Posts: 5

Hi Board,

Is there a method to run ONLY the Java Version of Image Uploader Dual ?

I tried to set

iu.activeXControlEnabled = false;

but Internet Explorer will nor start the Java Version.

What must i do o run the Java Version in IE ?

Thanks for any Help

Steve

manuweb2  
#2 Posted : Sunday, April 15, 2007 9:57:17 PM(UTC)
manuweb2

Rank: Member

Groups: Member
Joined: 4/15/2007(UTC)
Posts: 2

hi
for run only the Java :

var iu = new ImageUploaderWriter("ImageUploader1", 650, 400);

//For ActiveX control full path to CAB file (including file name) should be specified.
iu.activeXControlEnabled = false; // IT WILL DESACTIVE ACTIVEX

Java is, of course, working on iexplorer, thunderbird, mac ... !

I think your problem is not with image uploader, bt with you iexplorer/java version
tux10  
#3 Posted : Sunday, April 15, 2007 10:47:57 PM(UTC)
tux10

Rank: Member

Groups: Member
Joined: 3/21/2007(UTC)
Posts: 5

Hi,

That's exactly wat i tried, but in IE7 running on Vista the Java Applet won't start :(
tux10  
#4 Posted : Sunday, April 15, 2007 10:51:16 PM(UTC)
tux10

Rank: Member

Groups: Member
Joined: 3/21/2007(UTC)
Posts: 5

Hi again,

Here is what the Java Console tells me

Code:
Laden: Klasse com.aurigma.imageuploader.ImageUploader.class nicht gefunden
java.lang.ClassNotFoundException: com.aurigma.imageuploader.ImageUploader.class
	at sun.applet.AppletClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.applet.AppletClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.applet.AppletClassLoader.loadCode(Unknown Source)
	at sun.applet.AppletPanel.createApplet(Unknown Source)
	at sun.plugin.AppletViewer.createApplet(Unknown Source)
	at sun.applet.AppletPanel.runLoader(Unknown Source)
	at sun.applet.AppletPanel.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
	at sun.applet.AppletClassLoader.getBytes(Unknown Source)
	at sun.applet.AppletClassLoader.access$100(Unknown Source)
	at sun.applet.AppletClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	... 10 more
George Ulyanov  
#5 Posted : Monday, April 16, 2007 12:40:25 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

Hi Steve,

Does it still work in Firefox? It seems like browser can not load Java applet by specified path.

Edited by user Friday, February 22, 2008 2:09:53 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.