sharpen-tool

Porting entire Java projects to to C#

﹥>﹥吖頭↗ 提交于 2019-12-23 15:49:32
问题 I'm looking for a free way to convert entire Java projects to C#. I followed Pauldb's article on using Sharpen in eclipse. The tutorial is a bit outdated. While using Luna on Windows I got the following errors: After trying to update the references to work on my enviroment I get ...\run-sharpen.xml:59: The following error occurred while executing this line: ...\run-sharpen.xml:20: exec returned: 13 In which the log file says "java.lang.RuntimeException: Application "sharpen.core.application"

Getting Started with Sharpen in Eclipse

本小妞迷上赌 提交于 2019-12-20 17:34:06
问题 I'm a .Net developer and recently I've become part of a project that is doing a port of some java software. I'm trying to get Sharpen up and running to convert. I have downloaded and installed Eclipse IDE for Java Developers (Version: Helios Service Release 1 Build id: 20100917-0705). I've been trying to follow this Guide. Following instructions on how to set up sharpen, I've tried then to grab a copy of the sharpen repo at https://source.db4o.com/db4o/trunk/sharpen/ from within eclipse. Host

Getting Started with Sharpen in Eclipse

試著忘記壹切 提交于 2019-12-03 05:06:42
I'm a .Net developer and recently I've become part of a project that is doing a port of some java software. I'm trying to get Sharpen up and running to convert. I have downloaded and installed Eclipse IDE for Java Developers (Version: Helios Service Release 1 Build id: 20100917-0705). I've been trying to follow this Guide . Following instructions on how to set up sharpen, I've tried then to grab a copy of the sharpen repo at https://source.db4o.com/db4o/trunk/sharpen/ from within eclipse. Host: source.db4o.com, Repository Path: source.db4o.com/db4o/trunk/sharpen. Using various connection types

Using Sharpen and eclipse : error “Application ”sharpen.core.application“ could not be found in the registry.”

最后都变了- 提交于 2019-11-29 15:28:19
问题 Background I'm currently doing a benchmark of solutions to convert java code to c# We have a fast evolving java software and wan't to port some low level (not ui) apis with a tool, because maintaining all changes between versions could prove really tiresome... Anyway, I've been trying to use Sharpen, as I heard it's a pretty wicked tool used by some mono "freaks" to keep some versions of their tools in check. What I did For this purpose, I tried several tutorials I found on internet, the