Thread: [User feedback required] Direkt Gateway, VPN, Win10
View Single Post
  #12  
Old 09.12.2019, 12:34
schwa226 schwa226 is offline
Vacuum Cleaner
 
Join Date: Nov 2019
Posts: 17
Default

I changed the build target to "withoutsign" and added the project path.

If I now remove some dependencies it compiles in build.xml:
Code:
<property name="dep.jdc" value="../JDClosed" />
<property name="dep.serveroptions" value="../JDownloaderServerOptions" />
<property name="dep.updateclient" value="../UpdateClientV2" />
<property name="dep.jdupdateclient" value="../JDownloaderUpdater" />
But when I now replace the JDownloader.jar in my installed version I get this error and start the JDownloader.exe:
Code:
java.lang.ClassNotFoundException: org.jdownloader.update.launcher.JDLauncher
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:81)
	at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)
	at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25)
How you build this setup/JDownloader.jar?
Is it so hard? I try now for 3 days to get a JDownloader.jar.

Last edited by schwa226; 09.12.2019 at 12:59.
Reply With Quote