Hi! I would like to review and debug the zingg source code,but unfortunately I am unable to debug it. Can any one suggest me a tool to review and debug the code.
what is the issue you are facing?
Hi! I am using Zingg3.4 version, I tried to run and debug the source code in VScode and eclipse in my windows local, but while running the source code I am facing an error stating: I am getting the same error in both the development tools(Eclipse and VScode) . cLocal\x5cTemp\x5ccp_cbl0dcd0j5c3w7y0fl60adptf.jar' 'zingg.client.Client' '--phase' 'findTrainingData' '--conf' 'C:/Users/HP/Downloads/zingg-0.3.4/examples/febrl/config.json' '--license' 'License.txt' ;f1236595-c0f6-40df-a9a7-ee95bc13aaeb2024-07-17 18:15:00,068 [main] INFO zingg.client.Client - 2024-07-17 18:15:00,070 [main] INFO zingg.client.Client - ******************************************************** 2024-07-17 18:15:00,070 [main] INFO zingg.client.Client - * Zingg AI * 2024-07-17 18:15:00,071 [main] INFO zingg.client.Client - * (C) 2021 Zingg.AI * 2024-07-17 18:15:00,072 [main] INFO zingg.client.Client - ******************************************************** 2024-07-17 18:15:00,072 [main] INFO zingg.client.Client - 2024-07-17 18:15:00,073 [main] INFO zingg.client.Client - using: Zingg v0.3.4 2024-07-17 18:15:00,074 [main] INFO zingg.client.Client - 2024-07-17 18:15:00,084 [main] INFO zingg.client.ClientOptions - --phase 2024-07-17 18:15:00,085 [main] INFO zingg.client.ClientOptions - findTrainingData 2024-07-17 18:15:00,085 [main] INFO zingg.client.ClientOptions - --conf 2024-07-17 18:15:00,086 [main] INFO zingg.client.ClientOptions - C:/Users/HP/Downloads/zingg-0.3.4/examples/febrl/config.json 2024-07-17 18:15:00,089 [main] INFO zingg.client.ClientOptions - --license 2024-07-17 18:15:00,092 [main] INFO zingg.client.ClientOptions - License.txt 2024-07-17 18:15:00,623 [main] WARN zingg.client.Arguments - Config Argument is C:/Users/HP/Downloads/zingg-0.3.4/examples/febrl/config.json 2024-07-17 18:15:02,378 [main] WARN zingg.client.Arguments - phase is findTrainingData 2024-07-17 18:15:02,378 [main] WARN zingg.client.Arguments - phase is findTrainingData 2024-07-17 18:15:02,379 [main] INFO zingg.client.Client - 2024-07-17 18:15:02,380 [main] INFO zingg.client.Client - ************************************************************************** 2024-07-17 18:15:02,380 [main] INFO zingg.client.Client - * ** Note about analytics collection by Zingg AI ** * 2024-07-17 18:15:02,381 [main] INFO zingg.client.Client - * * 2024-07-17 18:15:02,382 [main] INFO zingg.client.Client - * Please note that Zingg captures a few metrics about application's * 2024-07-17 18:15:02,382 [main] INFO zingg.client.Client - * runtime parameters. However, no user's personal data or application * 2024-07-17 18:15:02,383 [main] INFO zingg.client.Client - * data is captured. If you want to switch off this feature, please * 2024-07-17 18:15:02,383 [main] INFO zingg.client.Client - * set the flag collectMetrics to false in config. For details, please * 2024-07-17 18:15:02,384 [main] INFO zingg.client.Client - * refer to the Zingg docs (https://docs.zingg.ai/docs/security.html) * 2024-07-17 18:15:02,384 [main] INFO zingg.client.Client - ************************************************************************** 2024-07-17 18:15:02,385 [main] INFO zingg.client.Client - java.lang.ClassNotFoundException: zingg.ZFactory at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at zingg.client.Client.setZingg(Client.java:67) at zingg.client.Client.<init>(Client.java:47) at zingg.client.Client.main(Client.java:181) 2024-07-17 18:15:02,529 [main] WARN zingg.client.Client - Apologies for this message. Zingg has encountered an error. An error has occured while setting up the clientzingg.ZFactory
as you are trying to debug are you facing any issue while trying to run zingg?
The error, which was posted was faced while trying to run zingg sir
looks like you are trying to run it in window
*windows OS
we don't support windows OS
but you can use the docker image on windows OS
Sir, I want to run the application from source code to explore the code. Should I want to use eclipse or VScode?
As you suggested, should i want to run the application source code from linux OS, Am I right sir?
You can use ./scripts/zingg.sh to run a source code for different phases