Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Run a jar file from the C# Code

Solved2.07K views16th August 2023Java
0
Sumathi Rajendran [SLC] [DevOps Member]60 14th October 2022 3 Comments

I am trying to run a jar file using the C# code below, which always results in “no main manifest attribute” error.

MANIFEST.MF file does not contain the name of the main-class.

Is it possible to run a jar file without the main-class or is there any workaround for this situation ?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 16th August 2023
Gellynck Jens [SLC] commented 14th October 2022

Could you try executing: java -cp [PATH TO .JAR] [namespace.to.your.main.Class], where you replace the values between [ ]

Sumathi Rajendran [SLC] [DevOps Member] commented 14th October 2022

The issue is [namespace.to.your.main.Class] is unknown.

Marieke Goethals [SLC] [DevOps Catalyst] commented 12th July 2023

I see that this question has been inactive for some time. Have you found a solution for this yet? If so, could you select the answer (using the ✓ icon)? If not, you can also contact techsupport@skyline.be for assistance.

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Wouter Demuynck [SLC] [DevOps Advocate]5.94K Posted 14th October 2022 1 Comment

Before trying to launch the jar from C# code, first make sure that you can launch the same command (java.exe -jar xxxx.jar) manually from a command prompt or terminal window. If you can run it from there, you will also be able to launch it from C#.

In this case, I assume the JAR file was not designed to be executed in this way. You’ll probably have to work with the author of the jar file to learn how it should be used.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 16th August 2023
Sumathi Rajendran [SLC] [DevOps Member] commented 14th October 2022

Yes, I tried running the below command to execute the jar file from the command prompt, which also resulted in the same error.

Command: java.exe -jar API-2.5.4-3.jar
Output: no main manifest attribute, in API-2.5.4-3.jar

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs