question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

problem in launching JCrypTool from the source code

See original GitHub issue

Hi, I’m having problems launching JCrypTool, most of the errors stem from the import org.bouncycastle cannot be resolved, as the picture here shows: image

I am using jdk 16 and maven 3.6.3. I thought of two solutions, one is adding a bouncycastle dependency in the pom of the project org.jcryptool.releng in the hope that it will be inherited to all the children projects, as the picture shows, but it doesn’t work; image the other is to download the JARs of bouncycastle and add them to the build path of org.jcryptool.releng, but somehow there is no “Java Build Path” configuration for this project.

I’ve run out of ideas and need some help. Many thanks.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
RuilinYang-betacommented, May 8, 2021

After going over the setup process, I can launch JCrypTool from the source code. Thanks for such a quick response! 😄

1reaction
simleicommented, May 7, 2021

Hi,

admirable effort, getting that far in debugging the issue 😃 I fixed the issue now — the problem was that we changed the way bouncycastle was integrated into our target; also, org.apache.commons.codec was not in our core feature as it should be.

Perform a git pull on the core repository for this to work.

If you refresh the target platform now, and refresh your run configuration which embodies it, you should be fine. Alternatively, you could re-run the JCrypTool setup guide with a different path for the git repositories.

Refresh target platform: Open org.jcryptool.core.target/org.jcryptool.core.target.target and click on “Refresh target platform” Refresh Run configuration: Click on the drop down menu of the green “Run” icon in the eclipse toolbar. Click Run Configurations.... Locate the jcryptool.product entry on the left. Delete it via its context menu. Go to the project org.jcryptool.product, select the jcryptool.product file, “Synchronize…” and “Start a RCP Application”.

This is the “all steps included” process to react to the change in a target platform from git upstram in an eclipse workspace, sorry this is so convoluted ^^. Hope this helps!

Read more comments on GitHub >

github_iconTop Results From Across the Web

jcryptool fails to launch in any operating system #128 - GitHub
Tried downloading the latest stable jar and getting it to run in all of the following. Ubuntu 18.04 with JRE 8 or JRE...
Read more >
JCrypTool - CrypTool Portal
The JCrypTool installation is very simple: download and extract the zip-archive, launch the main program and get started. Admin rights are not required...
Read more >
Getting Started With Jcryptool | PDF | Eclipse (Software) - Scribd
Launch JCrypTool JCrypTool.exe JCrypTool.app JCrypTool.sh " JCrypTool uses ... Bundles plug-ins that belong together " Does not contain any code " Is a ......
Read more >
Need help building the eclipse platform runtime (platform.ui, .ua)
For the JCrypTool project, we have a long-standing problem with Eclipse 3.x that prevents the help system (context help) from working ...
Read more >
Getting Started With Jcryptool - PDFCOFFEE.COM
Open source Licensed under the Eclipse Public License (EPL) 1.0 ... Launch Launch JCrypTool JCrypTool.exe JCrypTool.app JCrypTool.sh JCrypTool uses ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found