Servoy Stuff Browser Suite FAQ

Size: px
Start display at page:

Download "Servoy Stuff Browser Suite FAQ"

Transcription

1 Servoy Stuff Browser Suite FAQ Please read carefully: the following contains important information about the use of the Browser Suite in its current version. What is it? It is a suite of native bean components and plugins all Servoy-Aware and tightly integrated with the Servoy platform: - a browser bean - a flash player bean - a html editor bean - a client plugin to rule them all - a server plugin to setup a few admin flags - an installer to help deployment What version of Servoy is supported? - Servoy 5+ Servoy will be supported, starting with version , except for Mac OS X developer (client will work though) What OS/platforms are currently supported? In Developer: - Windows all platform - Mac OS X Linux GTK based In Smart client: - Windows all platform - Mac OS X Linux GTK based The web client is not currently supported, although a limited support might come in the future if there is enough demand for it What Java versions are currently supported? - Windows: java 5 or java 6 (except updates 10 to 14) 32 and 64-bit - Mac OS X: java 5 or java 6 32 and 64-bit - Linux: java 6 (except updates 10 to 14) 32 and 64-bit Where can I get it? What is it made of? It is build on the powerful DJ-NativeSwing project ( v0.9.9 This library is using the Eclipse SWT project ( v3.6.1 And various other projects like the JNA project ( v3.2.4 The XULRunner engine ( v /12

2 The FCKEditor HTML editor ( v2.6.6 The TinyMCE HTML editor ( v3.3.7 The CKEditor HTML editor ( v3.4.1 The Filemanager extension ( The installer is build with IZPack ( v4.3.3 What is the licensing of these various projects? The browser suite is released under the terms of the FreeBSD Open Source License The DJ-NativeSwing project, the JNA library, TinyMCE are also released under the terms of the LGPL Open Source License The XULRunner engine is released under the terms of the MPL license. The FCKEditor and CKEditor are released under GPL, LGPL and MPL licenses The Eclipse SWT library is released under the Eclipse EPL 1.0 license The IZPack installer is used under the terms of the Apache License v2.0 How do I install it? 0- Download the installer to your hard disk (it is 67.9 Mb because it contains all the native components and libraries for ALL the supported platforms) 1- Double-click the installer or launch using java jar BrowserSuiteInstall.jar on the command line, you will get the first screen: 2/12

3 2- Click next to see the license(s) agreement (you can click on the links to browse to the descriptions of the licenses): 3/12

4 3- Check the I accept the terms of the license agreement to enable the Next button, then click Next to see the different pieces of software that will be installed: The Server install can t be unchecked; it contains the required elements of the suite for your platform. The XULRunner engine can be unchecked if you don t intend to use XULRunner at all. The Developer node can be unchecked if you are installing on a Servoy server. 4/12

5 4- Click next to enter your target path (by default it will point to the default installation folder of Servoy, but if Servoy is located elsewhere, use the browse button to point to it): The installer will warn you that the folder already exists, this is normal since the software is an extension to Servoy, you need to click Yes : 5/12

6 5- The installer finally shows you a summary of what you have selected (what installation packs and where they will be installed), click Next to confirm: 6/12

7 6- The installer then proceeds with the installation (and possibly launch a separate java process to install the XULRunner engine if it is not found on your machine and if you have chosen to install it): 7- That s it! Note that it also saved an uninstaller in your /Servoy/Uninstaller folder: 7/12

8 What is installed and where? The bean jar is installed in /Servoy/application_server/beans/servoy_suite.jar The plugins and dependencies are installed in /Servoy/application_server/plugins/ this is: - browser_suite.jar - browser_suite.jar.jnlp - browser_suite/ o ckeditor.jar o DJNativeSwing.jar o DJNativeSwing-SWT.jar o FCKeditor.jar o Filemanager.jar o jna.jar o jna_windowutils.jar o MozillaInterfaces.jar o TinyMCE.jar o XULInstaller.jar The SWT libraries for all platforms are installed in Servoy/application_server/server/webapps/ROOT/browser_suite/swt/: - linux/ o org.eclipse.swt.gtk.linux.x86_3.6.1.v3656a.jar o org.eclipse.swt.gtk.linux.x86_64_3.6.1.v3656a.jar - macosx/ o org.eclipse.swt.cocoa.macosx.x86_64_3.6.1.v3656a.jar o org.eclipse.swt.cocoa.macosx_3.6.1.v3656a.jar - windows/ o org.eclipse.swt.win32.win32.x86_3.6.1.v3656a.jar o org.eclipse.swt.win32.win32.x86_64_3.6.1.v3656a.jar The XULRunner engine for all clients are installed in Servoy/application_server/server/webapps/ROOT/browser_suite/xul/: - linux/ o xulrunner.jar - macosx/ o xulrunner.jar - windows/ o xulrunner.jar Then in Developer, depending on the platform (os/arch) the related swt library located in Servoy/application_server/server/webapps/ROOT/browser_suite/swt is also placed in Servoy/developer/plugins (in a windows/ or linux/ subfolder) And its use is declared in the files: - Servoy/developer/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info - Servoy/developer/features/org.eclipse.rcp_3.5.X.vHASH/feature.xml The sample solution is located at Servoy5/application_server/solutions/ BrowserSuiteTest.servoy 8/12

9 The uninstaller is located at Servoy/Uninstaller/BrowserSuiteUninstaller.jar Finally the servoy.ini file is altered to add a few flags for the use in Developer. And the servoy.properties file is also altered to add a few flags to the entry servoy.vmclientargs Be sure to keep these flags later if you want to keep using the suite. How to uninstall this stuff? Simply launch the uninstaller Servoy/Uninstaller/BrowserSuiteUninstaller.jar by double-click or typing java jar BrowserSuiteUninstaller.jar from the command line. NB: Make sure that you DO NOT CHECK the Force the deletion of checkbox (otherwise you will also delete your Servoy installation!) Unfortunately there is not yet an option to disable this checkbox for good in IZPack (I have filed a request for this, no news from the IzPack team). How to update to a new version of Servoy Developer/new version of the suite? If you want to update to a new version of Servoy (in Developer), first uninstall the suite, perform the Servoy update using Eclipse, then reinstall the suite. These steps are not necessary if you update a server only install using the servoy_updater.jar. If you want to update the suite itself, it is no longer necessary to uninstall the previous install first, you can perform an install directly and it will simply replace all the files with newer versions while taking care to keep all the initial configuration files untouched. Sometimes though you would better uninstall first, especially when new version of jars should replace the new ones. As a general rule, to be on the safe side, always uninstall the Browser Suite first before doing any kind of installation of plugin or update of Servoy again, then reinstall after your changes. What to expect of this version? A few bugs ;-) The idea is to test on as many configurations available to you as possible and see how it works (or not) for you. Then report, so that I can build a reliable v1.0 as soon as possible. This is a preview/beta version, so I would not recommend using it in production unless you are really living on the edge ;-) If you do, please note that it is at your own risk and that I will not take any responsibilities for any broken solutions/installations/servers/buildings/power plant 9/12

10 Still the software is pretty stable already in the supported target platforms. I will welcome bug reports if you can give me as much information as possible about the problem you encountered. Meaning: a complete description of your system - developer/smart client? Version of Servoy, version of the OS, version of Java, memory usage, thread dump, servoy_log.txt relevant to the problem,.log file (located in your workspace/.metadatas/ folder), client stack-trace, screenshots, sample solutions, and generally anything that could help fixing the problem quickly You can send all this using this address: admin@servoy-stuff.net What to expect of a final v1.0 version? Mostly bug fixes and a stable version for all the supported platforms, maybe a few additional methods and events, but the current methods/properties should not change. No Web client support nor VLCPlayer is planned for v1.0, but some support for it might happen after that. Where is the doc? How to use this stuff?? Good question ;-) I m working on it. It will probably be part of the final installer too, as pdf or html docs or a url link in the Servoy/application_server/docs folder. For now with this preview version, you can use the sample solution to get to know the functionalities better. Simply import from Servoy Developer in your workspace (you can do that directly from the solution explorer now with Servoy 5!). The solution is based on a server named browser_suite which contains a few tables with some sample data. To use out of the sample solution, place the bean you want on a form, you can choose one of: - ServoyBrowser - ServoyFlashPlayer - ServoyHtmlEditor When placed on a form, you will be able to tweak the properties in Serclipse using the properties view. Each bean have help/sample for all scripting methods (simply click on the named element in the solution explorer and you will see the available methods along with help, and you will be able to get some sample methods using the built-in Servoy help system: push that button!). What is the native browser used for which platform? By default the suite will try to use XULRunner (unless you set the browsersuite.usexulrunner flag to false in the server admin, or you chose not to install XULRunner during the installation process) If this flag is set to false, the beans will use Internet Explorer on Windows, Safari on Mac OS X and Firefox on Linux. You can override the use of XULRunner per bean instance, using the forcenative bean property too. Using XULRunner allows for better cross-platform consistency of the html rendering (XULRunner is using the same rendering engine as Firefox 3.5: the Mozilla chrome engine), and better integration with Servoy, because of the XPCOM API which allows me to hook a specific media protocol handler, and a download manager 10/12

11 One downside to the use of XULRunner is that it will add 9 to 17Mb of download to the client (depending on the client s platform). But this is on first use only, of course. Another thing to take into consideration is the fact that XULRunner is not available for 64-bit platforms, - thus it will not be downloaded by the client, even if the browsersuite.usexulrunner is set to true the default) So, what is the download impact for the clients depending on their platform? Components Win 32-bit Win 64-bit Mac 32-bit Mac 64-bit Linux 32-bit Linux 64-bit Beans, Plugins M 4.70M 4.70M 4.70M 4.70M 4.70M dependencies SWT 2.28M 2.30M 2.03M 1.92M 2.08M 2.25M = 6.98M 7.00M 6.73M 6.62M 6.78M 6.95M + XULRunner 12.09M M M - TOTAL 19.07M 7.00M 23.73M 6.62M 19.48M 6.95M Is this stuff i18n? Yes! Here s a list of keys you can use with their default (English) values: browsersuite.menucommand.filelabel = File browsersuite.menucommand.newwindowlabel = New Window browsersuite.menucommand.openlocationlabel = Open location... browsersuite.menucommand.openfilelabel = Open file... browsersuite.menucommand.homelabel = Home browsersuite.menucommand.printlabel = Print browsersuite.menucommand.showsourcelabel = View source... browsersuite.menucommand.showdownloads = Show downloads... browsersuite.menucommand.viewlabel = View browsersuite.menucommand.toolbarslabel = Toolbars browsersuite.menucommand.buttonbarlabel = Button Bar browsersuite.menucommand.locationbarlabel = Location Bar browsersuite.menucommand.statusbarlabel = Status Bar browsersuite.menucommand.backlabel = Back browsersuite.menucommand.forwardlabel = Forward browsersuite.menucommand.reloadlabel = Reload browsersuite.menucommand.stoplabel = Stop browsersuite.menucommand.closelabel = Close browsersuite.openlocation.windowtitle = Open Location browsersuite.openlocation.windowmessage = Please enter the location to open: browsersuite.downloadmanager.alertonedownloadtitle = Sorry browsersuite.downloadmanager.alertonedownloadmessage = A single download at a time is allowed! browsersuite.downloadmanager.cancelconfirmtitle = Confirm cancel browsersuite.downloadmanager.cancelbuttonlabel = Cancel download browsersuite.downloadmanager.cancelconfirmmessage = Do you really want to cancel the current download? browsersuite.downloadmanager.alertnodownloadtitle = Sorry browsersuite.downloadmanager.alertnodownloadmessage = No downloads allowed! 11/12

12 Where are the sources? You can find al the sources of the BrowserSuite (4 projects) on the ServoyForge web site. You can check-out the sources from the repository at: svn://svn.servoyforge.net/browsersuite/ What are the know issues/bugs? Check the page for know issues. As they say: your mileage may vary. In any case, I d like to hear about it with as much details as possible, since this will help me build a more reliable v1.0 asap. For any questions, bug reports, suggestions, feature requests, insults, etc please use this address: admin@servoy-stuff.net Looking forward to hear from you, -Patrick Talbot Servoy Stuff 12/12

Flash Player Update Guide Windows 7 64 Bit Google Chrome

Flash Player Update Guide Windows 7 64 Bit Google Chrome Flash Player Update Guide Windows 7 64 Bit Google Chrome Adobe makes available a version of Flash Player called the "Extended Support Detects wrong Browser type and OS you have - thinks you are on Windows

More information

Installation and Upgrade Guide Zend Studio 9.x

Installation and Upgrade Guide Zend Studio 9.x Installation and Upgrade Guide Zend Studio 9.x By Zend Technologies, Inc. www.zend.com Disclaimer The information in this document is subject to change without notice and does not represent a commitment

More information

Installation and Upgrade Guide Zend Studio 9.x

Installation and Upgrade Guide Zend Studio 9.x Installation and Upgrade Guide Zend Studio 9.x By Zend Technologies, Inc. www.zend.com Disclaimer The information in this document is subject to change without notice and does not represent a commitment

More information

Clear Cache Internet Explorer 8 Window Xp 32 Bit

Clear Cache Internet Explorer 8 Window Xp 32 Bit Clear Cache Internet Explorer 8 Window Xp 32 Bit Clear the Browser cache and try logging into the site again. Use Ctrl + Try adding the following to the Internet Explorer Trusted Sites. In Internet Page

More information

KG-TOWER Software Download and Installation Instructions

KG-TOWER Software Download and Installation Instructions KG-TOWER Software Download and Installation Instructions Procedures are provided for three options to download and install KG-TOWER software version 5.1. Download to a temporary folder and install immediately.

More information

Learning Center Computer and Security Settings

Learning Center Computer and Security Settings Learning Center Computer and Security Settings Learning Center Computer Settings Please Note: To allow your computer to communicate most effectively with the Learning Center, and update your training record

More information

Clear Cache Internet Explorer 8 Win Xp 32 Bit

Clear Cache Internet Explorer 8 Win Xp 32 Bit Clear Cache Internet Explorer 8 Win Xp 32 Bit Clear the Browser cache and try logging into the site again. Use Ctrl + Try adding the following to the Internet Explorer Trusted Sites. In Internet Page /

More information

User Guide. ThinkFree Office Server Edition June 13, Copyright(c) 2011 Hancom Inc. All rights reserved

User Guide. ThinkFree Office Server Edition June 13, Copyright(c) 2011 Hancom Inc. All rights reserved User Guide ThinkFree Office Server Edition June 13, 2011 Document Revision History This table describes the changes to ThinkFree Office Server Edition User Guide Date Note 2008-06-30 ThinkFree Office Server

More information

TIBCO Business Studio - Analyst Edition Installation

TIBCO Business Studio - Analyst Edition Installation TIBCO Business Studio - Analyst Edition Installation Software Release 4.1 May 2016 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

STEP 1 STEP 2 STEP 3 STEP 4 You may see the following. Then click OK. information on your screen: Click on the more apps to expand the list.

STEP 1 STEP 2 STEP 3 STEP 4 You may see the following. Then click OK. information on your screen: Click on the more apps to expand the list. Using Adobe Flash Software The S.T.A.B.L.E. Program Learner Course PowerPoint slides are packaged with Adobe Flash and will play using a Flash Player. This means you do not have to have PowerPoint installed

More information

Content Publisher User Guide

Content Publisher User Guide Content Publisher User Guide Overview 1 Overview of the Content Management System 1 Table of Contents What's New in the Content Management System? 2 Anatomy of a Portal Page 3 Toggling Edit Controls 5

More information

Modern Requirements4TFS 2018 Update 1 Release Notes

Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements 6/22/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES...

More information

Last Updated: FRC 2019 BETA

Last Updated: FRC 2019 BETA Last Updated: 08-01-2018 FRC 2019 BETA Table of Contents VS Code (C++/Java IDE)...3 Alpha Test Info...4 Installing VS Code...5 VS Code Basics and WPILib in VS Code... 15 Creating a new WPILib project in

More information

Instructions for Configuring Your Browser Settings and Online Security FAQ s

Instructions for Configuring Your Browser Settings and Online Security FAQ s Instructions for Configuring Your Browser Settings and Online Security FAQ s General Settings The following browser settings and plug-ins are required to properly access Digital Insight s webbased solutions.

More information

Table of Contents 1. Software and Hardware Requirements

Table of Contents 1. Software and Hardware Requirements Cyber Pandemic Prevention Program: Learning Management System (LMS) FAQs Table of Contents 1. Software and Hardware Requirements a. What are the minimum system requirements for this training? b. Is this

More information

Installation and Upgrade Guide Zend Studio for Eclipse V6.1

Installation and Upgrade Guide Zend Studio for Eclipse V6.1 Installation and Upgrade Guide Zend Studio for Eclipse V6.1 By Zend Technologies, Inc. Disclaimer The information in this help is subject to change without notice and does not represent a commitment on

More information

School Installation Guide ELLIS Academic 5.2.6

School Installation Guide ELLIS Academic 5.2.6 ELLIS Academic 5.2.6 This document was last updated on 2/16/11. or one or more of its direct or indirect affiliates. All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries,

More information

WA2056 Building HTML5 Based Mobile Web Sites. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2056 Building HTML5 Based Mobile Web Sites. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2056 Building HTML5 Based Mobile Web Sites Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum

More information

IBM. IBM WebSphere Application Server Migration Toolkit. WebSphere Application Server. Version 9.0 Release

IBM. IBM WebSphere Application Server Migration Toolkit. WebSphere Application Server. Version 9.0 Release WebSphere Application Server IBM IBM WebSphere Application Server Migration Toolkit Version 9.0 Release 18.0.0.3 Contents Chapter 1. Overview......... 1 Chapter 2. What's new........ 5 Chapter 3. Support..........

More information

How To Update My Java Plug In Firefox Ubuntu 12.04

How To Update My Java Plug In Firefox Ubuntu 12.04 How To Update My Java Plug In Firefox Ubuntu 12.04 However, one may install a supported version of Java (7 or 8) via Oracle's website, or via This plugin works with the browsers: Epiphany, Firefox and

More information

Troubleshooting. Participants List Displays Multiple Entries for the Same User

Troubleshooting. Participants List Displays Multiple Entries for the Same User Participants List Displays Multiple Entries for the Same User, page 1 Internet Explorer Browser Not Supported, page 2 404 Page Not Found Error Encountered, page 2 Cannot Start or Join Meeting, page 2 SSO

More information

Installation Guide of DOC to PDF Converter Installation & Un-Installation of DOC to PDF Converter

Installation Guide of DOC to PDF Converter Installation & Un-Installation of DOC to PDF Converter Installation & Un-Installation of DOC to PDF Converter P a g e 1 16 Table of Contents 1. Introduction 2. System Requirements 3. Installing DOC to PDF Converter 4. Uninstalling DOC to PDF Converter a. Uninstalling

More information

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents Cloud Help for Community Managers...3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

SAS STUDIO. A pretty big deal! Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d.

SAS STUDIO. A pretty big deal! Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d. A pretty big deal! 1.12.2014 INTRODUCTION A pretty big deal! Web-based programming interface to SAS It runs in your browser, which means that end users don't have to install anything (when connecting to

More information

Manual Internet Explorer 9 Xp 32 Bits Win7 7

Manual Internet Explorer 9 Xp 32 Bits Win7 7 Manual Internet Explorer 9 Xp 32 Bits Win7 7 For: Windows 10 32-bit and more. Download and run the Windows 7 Upgrade Advisor to see if your PC is ready for Upgrade your Internet Explorer. Microsoft Windows

More information

Troubleshooting. Participants List Displays Multiple Entries for the Same User

Troubleshooting. Participants List Displays Multiple Entries for the Same User Participants List Displays Multiple Entries for the Same User, page 1 Internet Explorer Browser Not Supported, page 2 "404 Page Not Found" Error Encountered, page 2 Cannot Start or Join Meeting, page 2

More information

Manual Internet Explorer 10 Vista 64 Bit >>>CLICK HERE<<<

Manual Internet Explorer 10 Vista 64 Bit >>>CLICK HERE<<< Manual Internet Explorer 10 Vista 64 Bit Windows 8 1)Windows IE9 for IT pros & developers--win Vista 64 bit & windows server 2008 64bit edition Then after the ie10 and ie9 update will appear in windows

More information

Manual Vista Sp1 Windows 7 Full Version 32 Bit

Manual Vista Sp1 Windows 7 Full Version 32 Bit Manual Vista Sp1 Windows 7 Full Version 32 Bit Stand-alone packages for Windows 7 SP1 and Windows Server 2008 R2 SP1 Open the %systemroot% /system32 folder. The latest version of the Windows Update Agent

More information

Getting Started with Firefox 2.0 For Windows 2000/XP Author: Ryan McCalla Revised by Mitchell Ochi

Getting Started with Firefox 2.0 For Windows 2000/XP Author: Ryan McCalla Revised by Mitchell Ochi WIN1044 August 2007 Getting Started with Firefox 2.0 For Windows 2000/XP Author: Ryan McCalla Revised by Mitchell Ochi Introduction... 1 System Requirements... 1 Where to Get It... 1 Installation... 2

More information

Troubleshooting. Participants List Displays Multiple Entries for the Same User

Troubleshooting. Participants List Displays Multiple Entries for the Same User Participants List Displays Multiple Entries for the Same User, page 1 Internet Explorer Browser Not Supported, page 2 "404 Page Not Found" Error Encountered, page 2 Cannot Start or Join Meeting, page 2

More information

Learning Center Computer and Security Settings

Learning Center Computer and Security Settings Learning Center Computer and Security Settings Learning Center Computer Settings Please Note: To allow your computer to communicate most effectively with the Learning Center, and update your training record

More information

Learning Management System (LMS) General FAQs

Learning Management System (LMS) General FAQs Learning Management System (LMS) General FAQs Software and Hardware Requirements What are the minimum system requirements for this training? Is this training available on the ipad? What should I do if

More information

Browser Support Internet Explorer

Browser Support Internet Explorer Browser Support Internet Explorer Consumers Online Banking offers you more enhanced features than ever before! To use the improved online banking, you may need to change certain settings on your device

More information

Table of Contents. Copyright CMSmart.net. All Rights Reserved. Back on top

Table of Contents. Copyright CMSmart.net. All Rights Reserved. Back on top Table of Contents The Ecommerce Marketplace Networks 1. About... 2 About Product... 2 System Requirements:... 3 2. Installation... 5 Step 1: Unzip Package... 5 Step 2: Upload and Install in Admin Panel...

More information

Java Plugin Windows Xp 32 Bit Full Version With Key

Java Plugin Windows Xp 32 Bit Full Version With Key Java Plugin Windows Xp 32 Bit Full Version With Key Answers the 64-bit question: Running 32-bit Java on 64-bit Windows involves If you're running 64-bit Windows, check your Java version and update it if

More information

DESIRED FUNCTIONALITY: The page loads, including comment box.

DESIRED FUNCTIONALITY: The page loads, including comment box. GAPS THAT EXIST/COMMENTS: Assignments in a learning module do not display comments box for students in Firefox. When previewing a and the Edit Mode is "Off" the student comment textbox does not appear.

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

Latest version of google chrome for windows

Latest version of google chrome for windows Latest version of google chrome for windows What makes a browser different from other similar ones are its features. Just have a glance at the brilliant features of this browser: Difficulty to install

More information

imush Information Management Utilities for SharePoint

imush Information Management Utilities for SharePoint KWizCom Corporation imush Information Management Utilities for SharePoint Scanning Feature User Guide Copyright 2005-2017 KWizCom Corporation. All rights reserved. Company Headquarters KWizCom 95 Mural

More information

etrac Guide System Requirements Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA , All Rights Reserved.

etrac Guide System Requirements Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA , All Rights Reserved. etrac Guide to System Requirements Version: 2.5 Published: 05/18/2015 Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA 19446 2015, All Rights Reserved. Table of Contents Minimum System Requirements...

More information

Installing and Configuring hopto Work. System Requirements Be sure you have these system requirements to install and use hopto Work.

Installing and Configuring hopto Work. System Requirements Be sure you have these system requirements to install and use hopto Work. Installing and Configuring hopto Work To configure and install hopto Work on your Microsoft Windows server, you ll need to have Administrator status. Note: The recommended setup is that Active Directory

More information

Slide 1 CS 170 Java Programming 1 Duration: 00:00:49 Advance mode: Auto

Slide 1 CS 170 Java Programming 1 Duration: 00:00:49 Advance mode: Auto CS 170 Java Programming 1 Eclipse@Home Downloading, Installing and Customizing Eclipse at Home Slide 1 CS 170 Java Programming 1 Eclipse@Home Duration: 00:00:49 What is Eclipse? A full-featured professional

More information

Troubleshooting Web Inbox

Troubleshooting Web Inbox , page 1 Introduction The Web Inbox application provides access to voice messages and receipts stored on the Cisco Unity Connection server. The Web Inbox enables users to play, compose, reply to or forward,

More information

Web Browser Problems and Solutions

Web Browser Problems and Solutions Web Browser Problems and Solutions On rare occasions issues may arise when trying to use your FileTransfers.net web site, such as not being able to upload files successfully. Internet Explorer is most

More information

CPD Online System Requirements and Browser Settings

CPD Online System Requirements and Browser Settings CPD Online System Requirements and Browser Settings Browser & Operating System Compatibility Matrix IE 11.0 1 Edge 1 Firefox 51 Chrome 56 Safari 8.0.7 Safari 9.1.2 Safari 10.0 Supported Operating Systems

More information

Using Citrix to access QFIS and other applications

Using Citrix to access QFIS and other applications Using Citrix to access QFIS and other applications Citrix offers a secure way to remotely access applications at Queen s, including P2P. To use Citrix, open your browser and go to https://offcampus.qub.ac.uk.

More information

Madeley Academy Remote Access http://vpn.madeleyacademy.com Members of Staff and Sixth form students are able to log into the shared and their user areas from home. System requirements Antivirus Trusted

More information

Ministry of Education EFIS User Set Up Guide Version 1.9

Ministry of Education EFIS User Set Up Guide Version 1.9 Ministry of Education EFIS 2.0 - User Set Up Guide Version 1.9 August 22, 2016 1 Table of Contents 1 Table of Contents... 2 2 Document History... 3 3 Description and System Requirements... 4 3.1 Description...

More information

ETK Installation and Configuration Manual

ETK Installation and Configuration Manual BMW GROUP ETK Installation and Configuration Manual English Version 1.4 06.08.2013 1 System Requirements General... 4 1.1 Operating system compatibility:... 4 1.1.1 Local (standalone) version... 4 1.1.2

More information

CleanMyPC User Guide

CleanMyPC User Guide CleanMyPC User Guide Copyright 2017 MacPaw Inc. All rights reserved. macpaw.com CONTENTS Overview 3 About CleanMyPC... 3 System requirements... 3 Download and installation 4 Activation and license reset

More information

ApacheCon NA How to Avoid Common Mistakes in OFBiz Development Presented by Adrian Crum

ApacheCon NA How to Avoid Common Mistakes in OFBiz Development Presented by Adrian Crum ApacheCon NA 2015 How to Avoid Common Mistakes in OFBiz Development Presented by Adrian Crum 1Tech, Ltd. 29 Harley Street, London, W1G 9QR, UK www.1tech.eu 1 Overview Common Getting Started Problems Common

More information

TIBCO ActiveMatrix BusinessWorks Installation

TIBCO ActiveMatrix BusinessWorks Installation TIBCO ActiveMatrix BusinessWorks Installation Software Release 6.2 November 2014 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Manual Internet Explorer 8 For Windows 7 64 Bit Full

Manual Internet Explorer 8 For Windows 7 64 Bit Full Manual Internet Explorer 8 For Windows 7 64 Bit Full I have to install an internet explorer plugin manually by this mentioned protocol: This is on Windows 7 Home Premium (64 bit) answered Dec 3 '14 at

More information

The Chrome or Firefox browsers are alternatives to Internet Explorer 11.

The Chrome or Firefox browsers are alternatives to Internet Explorer 11. The Chrome or Firefox browsers are alternatives to Internet Explorer 11. Firefox 51 will require additional configuration steps as it begins to drop support for NPAPI plugins. - Following the link below

More information

Neehr Perfect EHR Quick Guide on Installing the Citrix Plugin

Neehr Perfect EHR Quick Guide on Installing the Citrix Plugin Neehr Perfect EHR Quick Guide on Installing the Citrix Plugin The first time you log in to Neehr Perfect on any computer, you will be prompted to install the Citrix plugin for your web browser. The installation

More information

Manual Internet Explorer 9 Xp For Windows 7

Manual Internet Explorer 9 Xp For Windows 7 Manual Internet Explorer 9 Xp For Windows 7 This page provides the Group Policy Administrative Template files for Internet Explorer. Server 2003 machine, the Administrative Template files need to be manually

More information

INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND INSTALLATION GUIDE FOR ECLIPSE 3.3 TO

INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND INSTALLATION GUIDE FOR ECLIPSE 3.3 TO INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND 3.2... 4 INSTALLATION GUIDE FOR ECLIPSE 3.3 TO 4.3... 23 INSTALLATION GUIDE FOR ECLIPSE 4.4 OR HIGHER... 37 ECLIPSE VIEWERS... 41 DEVICES... 41

More information

1. LOGIN & CLASS PREPARATION

1. LOGIN & CLASS PREPARATION 1. LOGIN & CLASS PREPARATION At the end of this topic, you should be able to: 1 Know the hardware requirements for accessing GOALS system. 2 Know how to log into GOALS system. 3 Updating personal profile.

More information

ecampus SP 14 Known Issues

ecampus SP 14 Known Issues GAPS THAT EXIST/COMMENTS: Assignments in a learning module do not display comments box for students in Firefox. When previewing a and the Edit Mode is "Off" the student comment textbox does not appear.

More information

ECHO etools offline - Installation manual esingleform offline Version 3.9

ECHO etools offline - Installation manual esingleform offline Version 3.9 EUROPEAN COMMISSION DIRECTORATE-GENERAL HUMANITARIAN AID AND CIVIL PROTECTION - ECHO ECHO.C - Resources, Partnerships and Operational Support C/2 - Budget, External Audit, Informatics Prerequisite: ECHO

More information

Table of Contents. Troubleshooting Guide for Home Users

Table of Contents. Troubleshooting Guide for Home Users Table of Contents Introduction... 1 Chapter 1: System Requirements... 2 Recommended and Minimum Supported Requirements... 2 Additional Information... 3 Internet Connectivity... 3 Tablet Compatibility...

More information

PRACTICE-LABS User Guide

PRACTICE-LABS User Guide PRACTICE-LABS User Guide System requirements Microsoft Windows XP Sp2/Vista/7/8/2003/2008 Linux Redhat, Fedora, SuSE, Ubuntu Apple Mac OS X Minimum of 512Mb Ram (depending on OS) Minimum processor speed

More information

TIBCO Business Studio - BPM Edition Installation

TIBCO Business Studio - BPM Edition Installation TIBCO Business Studio - BPM Edition Installation Software Release 4.2 August 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Troubleshooting for Onboarding (PeopleFluent)

Troubleshooting for Onboarding (PeopleFluent) Troubleshooting for Onboarding Paperwork (PeopleFluent) When you click the Begin button on the Home Page it will look as if nothing happened, but if you scroll to the bottom of the page the first form

More information

How to take up my assessment?

How to take up my assessment? 2011, Cognizant How to take up my assessment? Step 1 : You have to take up the assessment only using the Virtual Desktop Interface (VDI environment) Please use the URL, https://learninglabs.cognizant.com

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Jet-Tech video tutorials

Jet-Tech video tutorials Installation Instructions Step by Step Guide All versions of Jet-Tech Software are installed in the same way, just follow these instructions carefully and your software will install correctly. Failure

More information

Manual Internet Explorer 9 For Vista 32 Bit. English >>>CLICK HERE<<<

Manual Internet Explorer 9 For Vista 32 Bit. English >>>CLICK HERE<<< Manual Internet Explorer 9 For Vista 32 Bit English Dec 12, 2014. Installed Vista SP1 32 bit from DEll's own reinstallation disc OK. Then did manual install of SP2 then accepted ALL the offered windows

More information

Installing Design Room ONE

Installing Design Room ONE Installing Design Room ONE Design Room ONE consists of two components: 1. The Design Room ONE web server This is a Node JS server which uses a Mongo database. 2. The Design Room ONE Integration plugin

More information

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

Kurzweil 3000 for Macintosh Network Installation and Administration Guide Version 4

Kurzweil 3000 for Macintosh Network Installation and Administration Guide Version 4 Kurzweil 3000 for Macintosh Network Installation and Administration Guide Version 4 Kurzweil 3000 for Macintosh Version 4 Network Installation and Administration Guide 2007 by Kurzweil Educational Systems,

More information

Installation and Upgrade Guide Zend Studio 7.0

Installation and Upgrade Guide Zend Studio 7.0 Installation and Upgrade Guide Zend Studio 7.0 By Zend Technologies, Inc. www.zend.com Table of Contents System Requirements... 3 Installing Zend Studio... 4 Migrating to Zend Studio 7.x from Zend Studio

More information

OpenL Tablets OpenL Tablets BRMS

OpenL Tablets OpenL Tablets BRMS OpenL Tablets BRMS Document number: OpenL_Inst_G_5.x_1.0 Revised: 07-12-2012 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United States License. 2004-2012 OpenL Tablets.

More information

Workstation Configuration

Workstation Configuration Workstation Configuration September 22, 2015 - Version 9 & 9.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

BiSSAP Installation Guide

BiSSAP Installation Guide EPO BiSSAP Team bissap@epo.org March 2011 ABSTRACT Biological Sequence Submission Application for Patents, BiSSAP for short, is a newly developed system to generate and verify sequence listings. This document

More information

8.0 Help for End Users About Jive for SharePoint System Requirements Using Jive for SharePoint... 6

8.0 Help for End Users About Jive for SharePoint System Requirements Using Jive for SharePoint... 6 for SharePoint 2010/2013 Contents 2 Contents 8.0 Help for End Users... 3 About Jive for SharePoint... 4 System Requirements... 5 Using Jive for SharePoint... 6 Overview of Jive for SharePoint... 6 Accessing

More information

Real Player Manual Not Working Firefox 2013

Real Player Manual Not Working Firefox 2013 Real Player Manual Not Working Firefox 2013 FB videos do not play in IE either. Same This still left over 1,300 Firefox & flash files on my PC so I manually deleted the The flash version was 14.0.0.179

More information

Manual Update Java 7 25 Mac Not Working

Manual Update Java 7 25 Mac Not Working Manual Update Java 7 25 Mac Not Working Mac OS X System Requirements for Oracle Java 7 and later versions. Intel-based Mac running Mac OS X version 10.7.3 and above, Administrator privileges 32-bit browsers

More information

Manual Internet Explorer 9 Xp Windows 7 64 Bit Cnet

Manual Internet Explorer 9 Xp Windows 7 64 Bit Cnet Manual Internet Explorer 9 Xp Windows 7 64 Bit Cnet Version: DoNotTrackMe for IE (32-bit) 2.2.9.515. Pros. never got to try it. Cons You have to manually update. Summary Operating Systems, Windows 98/Me/NT/2000/XP/2003/Vista/7/8.

More information

Neehr Perfect Guide: Installing the Citrix Plugin

Neehr Perfect Guide: Installing the Citrix Plugin Neehr Perfect Guide: Installing the Citrix Plugin Overview This guide covers how to install the Citrix plugin. The first time you log in to Neehr Perfect on any computer, you will be prompted to install

More information

Installation and Upgrade Guide Zend Studio for Eclipse V6.1

Installation and Upgrade Guide Zend Studio for Eclipse V6.1 Installation and Upgrade Guide Zend Studio for Eclipse V6.1 By Zend Technologies, Inc. www.zend.com Table of Contents What s New in Zend Studio for Eclipse 6.1... 3 System Requirements... 3 Installing

More information

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e VDI Pilot Technology Services Group Procedures IH Anywhere guide 0 P a g e Installation Disable Apple Security Table of Contents IH Anywhere for Apple OSX (MAC)...2 1. Installation...2 Disable Apple Security...8

More information

Internet Explorer Faqs Page Setup Group Policy Windows 7

Internet Explorer Faqs Page Setup Group Policy Windows 7 Internet Explorer Faqs Page Setup Group Policy Windows 7 These spreadsheets list the policy settings for computer and user configurations that are included in the You can configure these policy settings

More information

Eclipse Environment Setup

Eclipse Environment Setup Eclipse Environment Setup Adapted from a document from Jeffrey Miller and the CS201 team by Shiyuan Sheng. Introduction This lab document will go over the steps to install and set up Eclipse, which is

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 12, 2017 - Version 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

AdventNet ManageEngine OpManager Installation Guide. Table Of Contents INTRODUCTION... 2 INSTALLING OPMANAGER Windows Installation...

AdventNet ManageEngine OpManager Installation Guide. Table Of Contents INTRODUCTION... 2 INSTALLING OPMANAGER Windows Installation... Table Of Contents INTRODUCTION... 2 INSTALLING OPMANAGER... 3 Windows Installation... 3 Linux Installation... 4 Uninstalling OpManager... 6 APPLYING SERVICE PACKS... 7 Applying Service Packs... 7 Reverting

More information

Installation Guide of Windows Live Mail to PDF Converter Installation & Un-Installation of Windows Live Mail to PDF Converter

Installation Guide of Windows Live Mail to PDF Converter Installation & Un-Installation of Windows Live Mail to PDF Converter Installation & Un-Installation of Windows Live Mail to PDF Converter P a g e 1 16 Table of Contents 1. Introduction 2. System Requirements 3. Installing Windows Live Mail to PDF Converter 4. Uninstalling

More information

Creating a screen capture using the My Media Screen Recorder tool in D2L s News or Content areas

Creating a screen capture using the My Media Screen Recorder tool in D2L s News or Content areas Creating a screen capture using the My Media Screen Recorder tool in D2L s News or Content areas Before you begin: IMPORTANT! You MUST installed a recent version of Java/Flash on your computer. If you

More information

Silk Test 15.0 Silk4NET Web Edition. Installation Guide

Silk Test 15.0 Silk4NET Web Edition. Installation Guide Silk Test 15.0 Silk4NET Web Edition Installation Guide Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2014. All rights reserved. Portions Copyright 1992-2009 Borland

More information

User s Quick Start Guide

User s Quick Start Guide i User s Quick Start Guide Table of Contents Introduction... 4 Browser Requirements... 4 Key Terms... 5 Global Navigation Bar... 5 Dock... 5 Guided Workflows... 5 Stack... 6 Activity... 6 Logging Into

More information

2015 Beta 2 Tutorials

2015 Beta 2 Tutorials 2015 Beta 2 Tutorials 2015 Beta 2 FOR WINDOWS & UNIX & LINUX Contents 1 Tutorial 2: Config, Deploy & Run the Application... 1 1.1 Task 1: Configure the database type... 1 1.2 Task 2: Configure the database

More information

WA2185 Platform Independent Mobile Development with jquery Mobile and Apache Cordova. Classroom Setup Guide. Web Age Solutions Inc.

WA2185 Platform Independent Mobile Development with jquery Mobile and Apache Cordova. Classroom Setup Guide. Web Age Solutions Inc. WA2185 Platform Independent Mobile Development with jquery Mobile and Apache Cordova Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware

More information

TIBCO LiveView Web Getting Started Guide

TIBCO LiveView Web Getting Started Guide TIBCO LiveView Web Getting Started Guide Contents Introduction... 1 Prerequisites... 1 Installation... 2 Installation Overview... 2 Downloading and Installing for Windows... 3 Downloading and Installing

More information

Installation & User Guide

Installation & User Guide SharePoint Image Rotator Web Part Installation & User Guide Copyright 2005-2010 KWizCom corporation. All rights reserved. Company Headquarters KWizCom 50 McIntosh Drive, Unit 109 Markham, Ontario L3R 9T3,

More information

Connecting to the Virtual Desktop Infrastructure (VDI)

Connecting to the Virtual Desktop Infrastructure (VDI) System Office IT Connecting to the Virtual Desktop Infrastructure (VDI) There are four ways to connect to the system office Virtual Desktop Infrastructure (VDI): Web client Windows client - personal computer

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

Installing Firefox on Mac

Installing Firefox on Mac Installing Firefox on Mac Visit the Firefox download page in any browser (e.g. Apple Safari). It will automatically detect the platform and language on your computer and recommend the best edition(s) of

More information