<t>I've read somewhere that Java 7 and UP have some issues with the ClassNotFoundException error.<br/>
Apparently, uninstalling Java and installing Java 6 can solve the problem.<br/>
<br/>
However, I cannot ask everyone who will come to my website to uninstal Java 7 or 8 and replace it with Java 6 ...
Search found 10 matches
- Thu Nov 27, 2014 5:09 pm
- Forum: Features use and tips
- Topic: Integrating Sweet Home 3D Viewer in a webpage
- Replies: 13
- Views: 6221
- Thu Nov 27, 2014 4:59 pm
- Forum: Features use and tips
- Topic: Integrating Sweet Home 3D Viewer in a webpage
- Replies: 13
- Views: 6221
Re: Integrating Sweet Home 3D Viewer in a webpage
I asked the website developpers.
They said that File Management was not implemented yet.
And they do not know when it will be, if it will be.
They said that File Management was not implemented yet.
And they do not know when it will be, if it will be.
- Thu Nov 27, 2014 3:04 pm
- Forum: Features use and tips
- Topic: Integrating Sweet Home 3D Viewer in a webpage
- Replies: 13
- Views: 6221
Re: Integrating Sweet Home 3D Viewer in a webpage
<r>In case you need the codes, here they are :<br/>
<CODE><s>[code]</s><!--
SweetHome3DViewer.html 31 Mar 2009
Sweet Home 3D, Copyright (c) 2009-2013 Emmanuel PUYBARET / eTeks <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU ...
<CODE><s>[code]</s><!--
SweetHome3DViewer.html 31 Mar 2009
Sweet Home 3D, Copyright (c) 2009-2013 Emmanuel PUYBARET / eTeks <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU ...
- Thu Nov 27, 2014 2:49 pm
- Forum: Features use and tips
- Topic: Integrating Sweet Home 3D Viewer in a webpage
- Replies: 13
- Views: 6221
Re: Integrating Sweet Home 3D Viewer in a webpage
<t>I forgot to mention what I actually did.<br/>
<br/>
Since I don't have any certificates, I tried removing the JNLP.<br/>
I removed the JNLP folder in the JAR and I removed every references to the JNLP file from the MANIFEST file inside the META-INF folder.<br/>
<br/>
After this, I repacked the ...
<br/>
Since I don't have any certificates, I tried removing the JNLP.<br/>
I removed the JNLP folder in the JAR and I removed every references to the JNLP file from the MANIFEST file inside the META-INF folder.<br/>
<br/>
After this, I repacked the ...
- Thu Nov 27, 2014 12:28 pm
- Forum: Features use and tips
- Topic: Integrating Sweet Home 3D Viewer in a webpage
- Replies: 13
- Views: 6221
Re: Integrating Sweet Home 3D Viewer in a webpage
Alright, I tried what you suggested.
I get a ClassNotFoundException error.
It says the class com.eteks.sweethome3d.applet.SweetHome3DViewer cannot be found.
This is strange as it is in fact inside the JAR file...
I get a ClassNotFoundException error.
It says the class com.eteks.sweethome3d.applet.SweetHome3DViewer cannot be found.
This is strange as it is in fact inside the JAR file...
- Thu Nov 27, 2014 11:57 am
- Forum: Features use and tips
- Topic: Integrating Sweet Home 3D Viewer in a webpage
- Replies: 13
- Views: 6221
Re: Integrating Sweet Home 3D Viewer in a webpage
I've tried to modify the SweetHome3DViewer.jar and changing the JNLP file inside it.
Now I get a NullPointerException.
Now I get a NullPointerException.
- Thu Nov 27, 2014 10:55 am
- Forum: Features use and tips
- Topic: Integrating Sweet Home 3D Viewer in a webpage
- Replies: 13
- Views: 6221
Re: Integrating Sweet Home 3D Viewer in a webpage
I've tried to see where this error could come from.
Apparently, just modifying a tiny bit the jnlp file then converting it generates this error.
That is quite bothering if I cannot modify this file...
I have no idea of how the Java signatures work.
Apparently, just modifying a tiny bit the jnlp file then converting it generates this error.
That is quite bothering if I cannot modify this file...
I have no idea of how the Java signatures work.
- Wed Nov 26, 2014 7:11 pm
- Forum: Features use and tips
- Topic: Integrating Sweet Home 3D Viewer in a webpage
- Replies: 13
- Views: 6221
Re: Integrating Sweet Home 3D Viewer in a webpage
<t>Alright, I managed to code it right.<br/>
Apparantly, it needed to be encoded with a certain character encryption.<br/>
<br/>
Anyway, now I have another problem.<br/>
The app loads correctly. But after loading, it stays blank or I get a JNLP Signing Exception error.<br/>
It reads "Cannot validate ...
Apparantly, it needed to be encoded with a certain character encryption.<br/>
<br/>
Anyway, now I have another problem.<br/>
The app loads correctly. But after loading, it stays blank or I get a JNLP Signing Exception error.<br/>
It reads "Cannot validate ...
- Wed Nov 26, 2014 6:04 pm
- Forum: Features use and tips
- Topic: Integrating Sweet Home 3D Viewer in a webpage
- Replies: 13
- Views: 6221
Re: Integrating Sweet Home 3D Viewer in a webpage
<r>Thank you for your reply.<br/>
<br/>
I tried what you suggested. However, now, the app doesn't even show up on the website.<br/>
<br/>
I got the following code from the BASE64 encryption :
<CODE><s>[code]</s>PD94bWwgdmVyc2lvbj0iMS4wIj8+Cg0KPCEtLQogICANClN3ZWV0SG9tZTNEVmlld2VyLmpubHAN ...
<br/>
I tried what you suggested. However, now, the app doesn't even show up on the website.<br/>
<br/>
I got the following code from the BASE64 encryption :
<CODE><s>[code]</s>PD94bWwgdmVyc2lvbj0iMS4wIj8+Cg0KPCEtLQogICANClN3ZWV0SG9tZTNEVmlld2VyLmpubHAN ...
- Wed Nov 26, 2014 3:01 pm
- Forum: Features use and tips
- Topic: Integrating Sweet Home 3D Viewer in a webpage
- Replies: 13
- Views: 6221
Integrating Sweet Home 3D Viewer in a webpage
<r>Hi,<br/>
<br/>
I'm using an online web creation service which allows me to upload files to my website but does not allow me to insert the files into folders.<br/>
<br/>
Therefore, all my files for Sweet Home 3D Viewer are in the following URL : <URL url="http://www.mywebsite.com/files/theme/">www ...
<br/>
I'm using an online web creation service which allows me to upload files to my website but does not allow me to insert the files into folders.<br/>
<br/>
Therefore, all my files for Sweet Home 3D Viewer are in the following URL : <URL url="http://www.mywebsite.com/files/theme/">www ...