Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7070233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:32:32+00:00 2026-05-28T05:32:32+00:00

I have a C# class library that is running a jarFile string args=java -jar

  • 0

I have a C# class library that is running a jarFile

string args="java -jar jar.jar...";
ProcessStartInfo startInfo = new ProcessStartInfo("java.exe", args);
Process runProc = Process.Start(startInfo);

But when using the dll from application I found that I must place the jar file in the application’s working directory or to specify full path.

I don’t like both of the option- absulote path is bad, and asking user to copy a jar file to his working directory in order to use the dll is not comfortable.

Is there is some alternative, some way of embedding the jar file to the class library?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:32:32+00:00Added an answer on May 28, 2026 at 5:32 am

    You can add the jar file to your project and in the file properties set it to content and Copy if newer.

    This will copy it to the output folder during compilation and ensure it is distributed with the application.

    An alternative is to embed the file as a resource – this makes it part of the application executable and let you access it within the application. In order to execute it separately, however, you will need to extract it and save to a file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is code from a class library: proc.StartInfo = new ProcessStartInfo(CmdPath, +an -b); proc.StartInfo.RedirectStandardOutput
I have a .NET class library that spins up a secondary process which is
My Scenario I have a class library that is going to be called from
I have a DAL class library that is included in my program as a
I have a class library project that references the version 4.1 Microsoft.Practices.Common dll. I
I'm building a class library that will have some public & private methods. I
We have a class library where we keep a lot of the stuff that
I have a C# (2008/.NET 3.5) class library assembly that supports WPF (based on
I have a .NET class library containing a class with a method that performs
Let's say you have some 3rd-party library class that you want to extend, simply

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.