Lorenzo77
Guest
Hello everyone, since yesterday I have a problem with nx batch translators updated at 8.5.1, java is 7u13.
practically with any batch I make, whether iges, step or whatever else I always have the same result:
the ugii_env.dat file reports:
practically with any batch I make, whether iges, step or whatever else I always have the same result:
the ugii_env.dat file reports:
while the ugii_env_ug.dat file in the section concerned shows:#
# copyright 1991 - 2009 siemens product lifecycle management software inc.
# all rights reserved.
#
###############################################################################
#
#
# this file should be used to override any standard nx environment variables.
# the values defined here will take precedence over the nx values, as long as
# they are defined before the #include of ugii_env_ug.dat. this file will not
# be overwritten by an mr installation.
#
# override any variables here.
#
# do not define any variables after the #include below. they must be defined
# before the #include in order to override the nx defaults.
#
#if file ${ugii_base_dir}\ugii\ugii_env_ug.dat
#include ${ugii_base_dir}\ugii\ugii_env_ug.dat
#endif
I tried without positive result to change in:#########################################################################
# java nxopen environment variables
#########################################################################
#
# as of nx 8.5, nx no longer provides a jre in the installation.
# ugii_java_home should point to the base directory of the jre installation.
# the value below is just an example that will be different on your system.
# changing this variable will cause all nx java based applications to use the specified jre.
# this is an example of how this value can be set.
#if x64wnt
#if file c:\apps\java\jre7x64
ugii_java_home=c:\apps\java\jre7x64
#endif
#else
#if file c:\apps\javasoft\jre7
ugii_java_home=c:\apps\javasoft\jre7
#endif
#endif
#
# this is the jvm that will be used for nxopen java applications.
# ugii_jvm_library_dir is set to the directory specified in ugii_java_home.
# note: changing this value only changes the jre used by nx open applications.
#
# on windows 64 only the server jvm library is in the jre
#
#if x64wnt
ugii_jvm_library_dir=${ugii_java_home}\bin\server
#else
ugii_jvm_library_dir=${ugii_java_home}\bin\client
#endif
I don't know why this error started, it's a bit that I don't use the batch and meanwhile I updated java and nx from 8.5 to 8.5.1, do you have any solutions?#if x64wnt
#if file c:\programmi\java\jre7x64
ugii_java_home=c:\programmi\java\jre7x64
#endif
#else
#if file c:\program files (x86)\javasoft\jre7
ugii_java_home=c:\program files (x86)\javasoft\jre7
#endif
#endif