as you suggested in the documentation here https://backendless.com/documentation/business-logic/java/bl_debugging.htm, i tried to debug the application. I have downloaded the code from Business Logic, Data tables, imported the project in Eclipse Marse, later the project is building without any issues. If i run the coderunner.bat file which is present in bin folder, its throwing me error. I have shared the screenshot.
Can you please tell me whats wrong, i’m not able to set the build path in my eclipse.
i’m pretty new to Java, also i tried my level best but not able to rectify the problem.
Actually i have set JAVA_HOME path in my environment variable & it is pointing to JDK 1.8.
Actually the coderunner is not able to identify the jar file present in class folder. I have also checked the runner.properties file present in bin folder, there its clearly mapping to the class folder path relatively.
I’m pretty confused, when i build the project in my Eclipse Mars.2 Release (4.5.2) edition, its says a warning like
Description Resource Path Location Type
Build path specifies execution environment JavaSE-1.7. There are no JREs installed in the workspace that are strictly compatible with this environment. Build path JRE System Library Problem.
I dont no why Jar file is not generating, whats the issue, can you please please help me in resolving this issue?.
My project is building well, but Code runner is throwing error i.e cannot find the programm .jar in the directory (…“\classes”).
as per the video i have properly set the output path to CodeRunner Class folder. i’m able to see the .class files are getting generated there. But i’m not sure why the CodeRunner is giving me issue.
I have also set the JAVA_HOME & JRE_HOME Environment variables also
I have attached the CodeRunner output for reference.
Hey, i tried like one of the option provided by stackoverflow member
Start "Control Panel"
Click "Default Programs"
Click "Associate a file type or protocol with a specific program"
Double click .jar
Browse C:\Program Files\Java\jre7\bin\javaw.exe
Click the button Open
Click the button OK
Its still not working, can you suggest me the better solution, please
Have you restarted the command line? What is the output of “jar” command now?
Make sure that folder C:\Program Files\Java\jdk1.8.0_74\bin contains the file jar.exe.
Also make sure that the environment variable “Path” contains “JAVA_HOME”.