<@U399QD98A> which version of the Suitecloud plugi...
# sdf
a
@cja which version of the Suitecloud plugin do you have and the java version on your machine?
c
What's a quick way to find the version of Java used by PHPStorm?
a
if its same like Webstorm you should be able to check the JDK in project structure
Find Action (Ctrl+Shift+A or Cmd+Shift+A on Mac) . And then type "switch jdk" select the option
message has been deleted
Also please confirm the version of Netsuite plugin
The problem you have mentioned was a known problem in webstorm which was fixed in recent versions of Netsuite Suitecloud plugin
c
message has been deleted
message has been deleted
a
can you switch to java 8?
And also consider getting the latest Netsuite plugin which is
19.2
c
Can I use 19.2 if my customers' NS accounts are still on 2019.1?
Do you mean JDK 8? I know Java != JDK, but I find the Java/JDK versioning impossible to follow
a
You should be able to use the 19.2 plugin with 19.1 customers
If you create a new project with the WS 19.2 plugin and then try to deploy to a 19.1 account, then you will have an error that can be manually fixed easily
that's the only challenge you can face afaik
JDK 8 -> yes
c
But currently I think I'm on JDK 11, at least, that's what my screenshot above suggests (11.0.3). Doesn't seem right to go back to JDK 8
Please can you explain the "easy to fix" error before I encounter it? I'm in the middle of an important project (isn't everyone always!) and can't risk being stuck for a while
a
If you create a new project using the WebStorm 19.2 version, then you will get a new tag in the deploy.xml with
<translationcollections/>
. You need to remove that tag
That's all
c
I've just updated to the latest NS plugin and the problem appears fixed. I won't consider changing my JDK version unless the problem occurs again
Thank you for your help. I would have tried updating the plugin before requesting help but I thought I had to have matching plugin and NS account versions
Now I get the following error when I try to compare an object with the account:
Untitled
And Import Objects from Account returns no results, no matter what I search for
a
The problem reported (Exception in Master password) before was not becasue of JDK. It was because your Netsuite plugin was not latest and we fixed a bug in that 19.2 version. JDK downgrade was recommended because of these unexpected errors like you are experiencing now with import i guess.