Web3DConsortium / X3D-Edit

X3D-Edit is an Extensible 3D (X3D) Graphics authoring tool for simple error-free creation, editing, validation and viewing of X3D scenes for interactive Web-based visualization. X3D-Edit runs as a standalone application or Netbeans plugin. The X3D file format is an advanced XML version of the original VRML97 international standard.
https://savage.nps.edu/X3D-Edit
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

X3D-Edit autoinstaller and zip for Windows fails, found workaround #3

Open brutzman opened 6 months ago

brutzman commented 6 months ago

X3D-Edit autoinstaller for Windows successfully completes the installation process, but then fails due to not finding the locally installed Java.

Error window:

Installation location and installed configuration file:

Excerpt:

# Default location of JDK:
# (set by installer or commented out if launcher should decide)
#
# It can be overridden on command line by using --jdkhome <dir>
# Be careful when changing jdkhome.
# There are two NetBeans launchers for Windows (32-bit and 64-bit) and
# installer points to one of those in the NetBeans application shortcut 
# based on the Java version selected at installation time.
#
#**jdkhome="/path/to/jdk**"
brutzman commented 6 months ago

Potential remedies:

Workaround:

brutzman commented 6 months ago

Help wanted: are the installers and zip working for Mac and Linux?

terry-norbraten commented 6 months ago

Negative for macOS double clicking the APP (Strict Apple app checking). However, will work if *.sh is invoked on the command line. Recommend using just the ZIP build.

coderextreme commented 6 months ago

I used the zip build of NetBeans and installed the X3D-Edit .nbm. Works on Windows.