Giter Site home page Giter Site logo

markussprunck / yaca-monitor Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 1.0 58.91 MB

Live Visualization of Call Stack in Running Java Applications with THREE.js

Home Page: https://www.sw-engineering-candies.com/blog-1/in-situ-diagnostics-of-java-8-programms-with-3d-visualization-of-call-stack-dependencies

Java 43.76% HTML 54.86% CSS 1.38%

yaca-monitor's People

Contributors

markussprunck avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

imclab

yaca-monitor's Issues

Not working on Linux.. !!!

Unable to run on linux ..
First I created the start script ...

Run output...:
Mai 28, 2014 7:51:15 PM com.sw_engineering_candies.yaca.CallStackAnalyser findOtherAttachableJavaVMs
Grave: Unable to open socket file: target process not responding or HotSpot VM not loaded

In firefox was showing some errors in the console URL, then changed the: yaca.main.js and solved some errors.
But the request is sent and has no answer.

yaca.main.js

function updateTimerImport() {
    "use strict";
    if (YACA_SimulationOptions.RUN_IMPORT) {
        importAgentData("http://localhost:3333/processes/" + YACA_SimulationOptions.ACTIVE_PID);
    }
}

Start.sh

#!/bin/sh
echo YACA-AGENT - STATIC AND DYNAMIC ANALYSIS
echo ========================================

export JAVA_HOME=/media/Dados/Programacao/jdk1.7.0_55
export PATH=$PATH:$JAVA_HOME/bin

echo Start YacaAgentTestClient...
java -Xint -jar YacaAgentTestClient.jar &
java -Xint -jar YacaAgentTestClient.jar &

echo Start YacaAgent...
export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/tools.jar:YacaAgent.jar
java com.sw_engineering_candies.yaca.Agent

JS Support

Can we visualise JS/HTML5 code at some point. Say visualise a Git repo against a working JS/HTML5 application.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.