Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Java: Unresolved compilation problem

I'm still geting some errors in JasperETL. It's a kind of compilation problem with Java. I'm running Windows 2003 Server + JVM 1.6.0_03 as seem above:
C:\Documents and Settings\Administrador>java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode)
I tried doing this tutorial - http://www.talendforge.org/tutorials/tutorials.php?sid=jd/sortFile - and got the following problem:
Starting job HowToSortFile at 16:06 22/10/2007.
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
at teste_elt_java.howtosortfile .HowToSortFile.main(HowToSortFile.java:687)
Job HowToSortFile ended at 16:06 22/10/2007.
I've already reinstaled the OS, downgraded Java to and older version ( 1.6 is the last one available in Java.Sun site) and reinstalled JasperETL. Not successful.
Do anyone have an idea in how to make this works?
Regards,
Erick
Labels (3)
3 Replies
Anonymous
Not applicable
Author

Hi Erick
Exception in thread "main" java.lang.Error: Unresolved compilation problem:

You can switct to the code viewer and see where the error occurs, what's the cause...Can you upload a screenshot of your generated code?
Best regards
shong
Anonymous
Not applicable
Author

Here goes the screenshots for each code.
Hope you can help 😃
Anonymous
Not applicable
Author

Hey Shong! Good News!
I downloaded the new version 2.2 from TalendForge and I did the tutorial fine. I was using version 2.0.2 from JasperForge site.
Thanks for you attention ans patience!
Erick