Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Eclipse plugin tarlog.eclipse.plugins_1.4.2.jar

Tags:

eclipse

jar

I want to know how to run/use the following Eclipse plugin which I've downloaded:

There is a project from a guy called 'tarlog' that made a plugin for eclipse at this google code site: http://code.google.com/p/tarlog-plugins/downloads/detail?name=tarlog.eclipse.plugins_1.4.2.jar&can=2&q=

It has some other features for eclipse, amongst which is Ctrl++ and Ctrl+- to change the font size.

I've tried Run>External Tools>External Tools Configurations. I put C:\Users\User\workspace\tarlog.eclipse.plugins_1.4.2.jar as the Location and C:\Users\User\workspace (the folder containing the file) as the Working Directory. Thi results in the following error:

Exception occurred executing command line. Cannot run program "C:\Users\User\workspace\tarlog.eclipse.plugins_1.4.2.jar" (in directory "C:\Users\User\workspace"): CreateProcess error=193, %1 is not a valid Win32 application

This is puzzling since I'm running 64 bit windows. Just wondering how to run/use the plugin.

like image 776
George Tomlinson Avatar asked Jul 13 '26 19:07

George Tomlinson


2 Answers

This looks like a regular eclipse plugin.

It should be enough for you to:

1) Copy the .jar in the dropins\plugins folder in the folder where you've installed eclipse; create the folders if they don't exist already.

NOTE: this is the eclipse install path ([Eclipse path]\dropins\plugins), and NOT the workspace you're working in.

2) Restart Eclipse.

That's it, your plugin is good to go.

like image 163
blgt Avatar answered Jul 17 '26 15:07

blgt


The Tarlog Plugin needs the Java Development Tools (JDT) intalled. This is important in case you prefer to work with a version of Eclipse that is designed for non-Java development, e.g. PHP development.

In my case tarlog wasn't recognized at Eclipse startup.

So I've installed JDT via Eclipse Marketplace.

If you don't have JDT, the plugin can't be recognized, see logfile:

  !MESSAGE Unable to satisfy dependency from tarlog.eclipse.plugins 1.4.2 to bundle org.eclipse.jdt.ui 3.4.0.

 /home/knb/.p2/pool/plugins/org.eclipse.platform_4.6.1.v20160907-1200/splash.bmp
Debug options:
    file:/opt/eclipse/php-neon/eclipse/.options loaded
Time to load bundles: 51
..
[p2] Mon Nov 14 10:05:24 CET 2016 - [Start Level: Equinox Container: 50199877-49aa-0016-1ecb-d3e3ab767be8] [reconciler] No extra requirements.
!SESSION 2016-11-14 10:05:19.506 -----------------------------------------------
eclipse.buildId=4.6.1.M20160907-1200
java.version=1.8.0_111
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.php.product -Dhelp.lucene.tokenizer=standard -Dosgi.requiredJavaVersion=1.7 -XX:MaxPermSize=256m -Xms256m -Xmx3072m eclipse
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.php.product -Dhelp.lucene.tokenizer=standard -Dosgi.requiredJavaVersion=1.7 -XX:MaxPermSize=256m -Xms256m -Xmx3072m eclipse -clean -console -consoleLog -debug /opt/eclipse/php-neon/eclipse/.options

[p2] Mon Nov 14 10:05:24 CET 2016 - [Start Level: Equinox Container: 50199877-49aa-0016-1ecb-d3e3ab767be8] [reconciler] [plan] 
Some units will not be installed, because they are already installed or there are dependency issues:
tarlog.eclipse.plugins 1.4.2
!MESSAGE Problems resolving provisioning plan.
!MESSAGE Unable to satisfy dependency from tarlog.eclipse.plugins 1.4.2 to 
bundle org.eclipse.jdt.core 0.0.0.
!MESSAGE Unable to satisfy dependency from tarlog.eclipse.plugins 1.4.2 to 
bundle org.eclipse.jdt.ui 3.4.0.
like image 31
knb Avatar answered Jul 17 '26 15:07

knb



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!