Update: I downloaded the jar from the example in the guide, decompiled the java class copied and pasted the same code, and exported it as the jar in the plugins folder, but it still didn't work. Could you please help me identify the issue?
package com.eteks.test;
import java.awt.Component;
import ...
Search found 5 matches
- Tue Jul 23, 2024 8:47 am
- Forum: Developers
- Topic: Plugin Development Issue
- Replies: 9
- Views: 4003
- Tue Jul 23, 2024 8:40 am
- Forum: Developers
- Topic: Plugin Development Issue
- Replies: 9
- Views: 4003
Re: Plugin Development Issue
Hi Puybaret,
I have followed the guide and I was getting some errors on this line. getHome().getFurniture. So to resolve this, I just did 1 small change in Volume Plugin class. I passed getHome method in the constructor of VolumeAction class and then initialized the Home class variable there. Do ...
I have followed the guide and I was getting some errors on this line. getHome().getFurniture. So to resolve this, I just did 1 small change in Volume Plugin class. I passed getHome method in the constructor of VolumeAction class and then initialized the Home class variable there. Do ...
- Wed Jul 17, 2024 8:43 am
- Forum: Developers
- Topic: Plugin Development Issue
- Replies: 9
- Views: 4003
Re: Plugin Development Issue
Hi Puybaret,
I am following the guide only, I retraced the steps 10 times, but I cannot identify my mistake. Could you please help me?
I am following the guide only, I retraced the steps 10 times, but I cannot identify my mistake. Could you please help me?
- Tue Jul 16, 2024 7:26 am
- Forum: Developers
- Topic: Plugin Development Issue
- Replies: 9
- Views: 4003
Re: Plugin Development Issue
I installed one of the plugins mentioned here https://www.sweethome3d.com/plugins.jsp and it created the plugins folder. I can see the tools in the top menu but when I am copying my JAR file, I am not able to see my plugin there. I noticed that the plugin I has a .sh3p extension, do I also have to ...
- Mon Jul 15, 2024 2:02 pm
- Forum: Developers
- Topic: Plugin Development Issue
- Replies: 9
- Views: 4003
Plugin Development Issue
Hi, I am new to sweet home 3D and I was trying to create a plugin. I am facing similar issues as this thread here. https://www.sweethome3d.com/support/forum/viewthread_thread,13151
I followed this guide https://www.sweethome3d.com/pluginDeveloperGuide.jsp
and I created a JAR file and stored it ...
I followed this guide https://www.sweethome3d.com/pluginDeveloperGuide.jsp
and I created a JAR file and stored it ...