Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the same issue with our dev environment. I get error Error: Could not find or load main class. Take note, that it works in our pre-prod environment and setup is identical.
Things to note:
1. Talend is installed in linux machine with no spaces in directory path at all.
2. Talend is root user so it has access to all files.
3. if we contact support most likely it will send us through this forum.
Thanks,
David
Hi,
I have installed JDK 1.8.45 and TOS 6.0.
When i try to run the jobs created by me or the demo jobs I get the below error..
Error: Could not find or load main class demo.t05_filelookup_0_1.t05_FileLookup
Thanks..
Could not find or load main class
Java JDK 1.8 installed.
JAVA_HOME is set to the <JDK 1.8="" dir="">\jre</JDK> directory. Run "echo %JAVA_HOME%" in a cmd prompt (assuming you're on Windows) to confirm this. Just run "echo JAVA_HOME" if you're on Linux.
This is an example of my maven_user_settings.xml file (with the proxy address and port changed). However as you are getting Talend to start this may not be your problem.
<SETTINGS xmlns="">
xmlns:xsi=""
xsi:schemaLocation=" ">
<PROXIES>
<PROXY>
<ACTIVE>true</ACTIVE>
<PROTOCOL>http</PROTOCOL>
<HOST>proxy.mynetwork.local</HOST>
<PORT>3000</PORT>
</PROXY>
</PROXIES>
</SETTINGS>