Java Interactive Visualization Environment icon
Java Interactive Visualization Environment icon

Java Interactive Visualization Environment

JIVE is an interactive execution environment for Eclipse that provides visualizations of Java program execution at different levels of granularity. JIVE provides a search engine over the runtime structures and helps pinpoint errors that occur at any point in the execution...

Java Interactive Visualization Environment screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
  • Eclipse
-
No reviews
0likes
0comments
0alternatives
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • code-visualization
  • eclipse
  • programming
  • development

Java Interactive Visualization Environment News & Activities

Highlights All activities

Recent activities

No activities found.

Java Interactive Visualization Environment information

  • Developed by

    University at Buffalo
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  9 Stars
  •  2 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
Java Interactive Visualization Environment was added to AlternativeTo by David on and this page was last updated . Java Interactive Visualization Environment is sometimes referred to as JIVE
No comments or reviews, maybe you want to be first?
Post comment/review

What is Java Interactive Visualization Environment?

JIVE is an interactive execution environment for Eclipse that provides visualizations of Java program execution at different levels of granularity. JIVE provides a search engine over the runtime structures and helps pinpoint errors that occur at any point in the execution history without having to manually step through the code.

INTERACTIVE VISUALIZATIONS

JIVE depicts both the runtime state and call history of a program in a visual manner. The runtime state is visualized as an enhanced object diagram, showing object structure as well as method activations in their proper object contexts. The call history is depicted as an extended sequence diagram, with each execution thread shown in a different color, clarifying the object interactions that occur at runtime. The diagrams are scalable and can be filtered to show only information pertinent to the task at hand. JIVE also supports a state diagram view, which is useful for programs that exhibit a repetitive behavior.

Official Links