[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-27 Thread Daniel-John Karas (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916489#comment-16916489
 ] 

Daniel-John Karas commented on NETBEANS-3026:
-

I got it fixed, thanks for the help!

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-27 Thread Daniel-John Karas (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916434#comment-16916434
 ] 

Daniel-John Karas commented on NETBEANS-3026:
-

I'm going to restart, and see if this fixes it. I followed all the steps and 
changed the names of the specific paths. Thanks for the help, this should work.

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916365#comment-16916365
 ] 

Geertjan Wielenga commented on NETBEANS-3026:
-

Probably you need to open the file with Administrator privileges, e.g., 
described in here:

https://stackoverflow.com/questions/39956102/netbeans-ide-invalid-jdkhome-specified

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916362#comment-16916362
 ] 

Geertjan Wielenga commented on NETBEANS-3026:
-

You have netbeans_jdkhome pointing here:

netbeans_jdkhome="C:\Program Files\Java\jdk-12.0.2"

Make sure that that is correct.

Change these:

netbeans_default_userdir="${DEFAULT_USERDIR_ROOT}/11.1"
netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/11.1"

...to these:

netbeans_default_userdir="${DEFAULT_USERDIR_ROOT}/11.1a"
netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/11.1a"

Then save the file. Then restart.


> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916360#comment-16916360
 ] 

Geertjan Wielenga commented on NETBEANS-3026:
-

So you need to have permissions on the file to change it. Sending it to me will 
not change that. Right-click the file, go to Properties, and look at the 
permissions set on the file.

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Daniel-John Karas (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916359#comment-16916359
 ] 

Daniel-John Karas commented on NETBEANS-3026:
-

I sent the email, I tried to change the files but it did not give me 
"permission to open", I'm kinda confused.

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916356#comment-16916356
 ] 

Geertjan Wielenga commented on NETBEANS-3026:
-

And, yes, please do send it to me as well, if restarting after making those 
changes doesn't help, interested to see if there's anything fishy in there.

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Daniel-John Karas (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916354#comment-16916354
 ] 

Daniel-John Karas commented on NETBEANS-3026:
-

I will try that now

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Daniel-John Karas (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916351#comment-16916351
 ] 

Daniel-John Karas commented on NETBEANS-3026:
-

Oh I misunderstood, I apologize. I found the file in the program files and I 
can email it to you now.

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916342#comment-16916342
 ] 

Geertjan Wielenga commented on NETBEANS-3026:
-

No one has said you should go to Users->MyName.

Please go to where you have installed NetBeans IDE.

There you will find a folder named 'etc'.

In that folder you will find a file named 'netbeans.conf'.

Can you send that file to geertjan.wiele...@oracle.com or change the 
netbeans_default_userdi and netbeans_default_cachedir settings to point to 
non-ecisting folders?


> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Daniel-John Karas (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916331#comment-16916331
 ] 

Daniel-John Karas commented on NETBEANS-3026:
-

The issue is, I am can't find the file. When I go into Users->MyName-> I cant 
find "netbeans" or anything related to that. And Yeah something like that can 
work, would discord or something like that work better? for the screen sharing

 

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916327#comment-16916327
 ] 

Geertjan Wielenga commented on NETBEANS-3026:
-

Or send the netbeans.conf file to geertjan.wiele...@oracle.com and I'll tweak 
it for you so you can do a fresh restart.

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916322#comment-16916322
 ] 

Geertjan Wielenga commented on NETBEANS-3026:
-

Happy to hop on a Skype call with you, my name there is geertjanwielenga, when 
would work for you?

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Daniel-John Karas (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916294#comment-16916294
 ] 

Daniel-John Karas commented on NETBEANS-3026:
-

I think I'm just wasting your time, thanks for trying to help though. I tried a 
bunch and I can't get it to work. Ill just use a different IDE. Thanks again 
for trying to help.

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916219#comment-16916219
 ] 

Geertjan Wielenga commented on NETBEANS-3026:
-

Look inside netbeans.conf to see where your user directory is.

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916185#comment-16916185
 ] 

Geertjan Wielenga commented on NETBEANS-3026:
-

If you haven't opened it, you're not inside of it. :-)

netbeans_default_userdir="/Users/geertjanwielenga/netbeans/11.1"
netbeans_default_cachedir="/Users/geertjanwielenga/netbeans/11.1"

The above is something like what you should see near the top, just change it to 
something different, save, and then restart, e.g.:

netbeans_default_userdir="/Users/geertjanwielenga/netbeans/11.1a"
netbeans_default_cachedir="/Users/geertjanwielenga/netbeans/11.1a"

Or go to those two locations and delete those two folders and they'll be 
recreated.

Basically this resets NetBeans to its default configuration.



> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Daniel-John Karas (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916183#comment-16916183
 ] 

Daniel-John Karas commented on NETBEANS-3026:
-

I am inside the netbeans.conf file, should I be opening this file in notepad? I 
did and I cant find any cache cir in it.

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Daniel-John Karas (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916152#comment-16916152
 ] 

Daniel-John Karas commented on NETBEANS-3026:
-

I don't know, do I have to restart the IDE? OR how does that work.

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916136#comment-16916136
 ] 

Geertjan Wielenga commented on NETBEANS-3026:
-

Can you restart with a fresh user dir?

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-26 Thread Daniel-John Karas (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16916114#comment-16916114
 ] 

Daniel-John Karas commented on NETBEANS-3026:
-

I am using NetBeans 11.1, with JDK 12.0. I am using Windows 10

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-25 Thread Laszlo Kishalmi (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16915463#comment-16915463
 ] 

Laszlo Kishalmi commented on NETBEANS-3026:
---

Also try to start the IDE from Command line. It would display a lot of usable 
information to resolve this one on the console.

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-25 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16915459#comment-16915459
 ] 

Geertjan Wielenga commented on NETBEANS-3026:
-

Maybe you’re not using a JDK but a JRE? Best in any case to restart with a 
fresh user directory (see where the user directory is by looking in 
etc/netbeans.conf).

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3026) When IDE is loaded up, nothing opens. I re-click net-beans and it opens up small, empty window

2019-08-25 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16915457#comment-16915457
 ] 

Geertjan Wielenga commented on NETBEANS-3026:
-

Which version of NetBeans, which JDK, which operating system?

> When IDE is loaded up, nothing opens. I re-click net-beans and it opens up 
> small, empty window 
> ---
>
> Key: NETBEANS-3026
> URL: https://issues.apache.org/jira/browse/NETBEANS-3026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Beans
>Affects Versions: 11.1
>Reporter: Daniel-John Karas
>Priority: Critical
>  Labels: windows
>
> When I open net beans, I am shown the basic loading screen where it loads up 
> the modules and such. When it finishes, nothing happens. I try to relaunch 
> the app, then I am given nothing but an empty tiny empty window. I have been 
> trying to fix it for an hour, I am going to use a different IDE in the 
> meantime but I might as well try and get some help with this. Let me know if 
> you need any other information and I should be able to provide it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists