cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in exporting JAR

Former Member
0 Kudos

Hi,

I have created a Java Project. And it is running well as a Java Application.

But i am facing problem in exporting the JAR. The exported jar file is not running.

Also the jar created externally is working fine.

Looking forward for suggestions.

Thanks,

RPN

Accepted Solutions (1)

Accepted Solutions (1)

former_member185086
Active Contributor
0 Kudos

Hi

It seems some resource are missing while make export of a project .Do one check that select the project ,and all folder under that project, then export it.

Let see

Best Regards

Satish Kumar

Former Member
0 Kudos

While extracting the jar i found that the required resources are missing...

I have added two jars and one zip file to my project.

Class files of the above three were not found in extracted jar file.

Thanks,

RPN

Answers (1)

Answers (1)

snehal_kendre
Active Contributor
0 Kudos

HI,

When you will export your java file as jar then on last step it asks to mention

select the class of application entry point mention your class which contains main method

Former Member
0 Kudos

Yes, i have mentioned the main class.

The could launch the application, but i couldn't log in.

Thanks,

RPN