• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

CMD run crashes while visual studio code runs fine

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the problem here after a successful run in visual studio code with type lag and scroll lag. The smooth note pad environment crashes with the same code on a null pointer within a recursive method on an append to a static JTextArea within the main class. See this Facebook post with video.
https://m.facebook.com/story.php?story_fbid=pfbid02MvCcJyDMLAtGWRBTfNsMptFRvdthPFq8eCrYDscExmS3WWQkAXbiPrJ6QGAq7145l&id=100005546235613&mibextid=Nif5oz
 
Rancher
Posts: 5114
38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you copy the full text of the error message and post it here?
Also post the code where the error happens.
 
Saloon Keeper
Posts: 28663
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch, Aron!

You'll get better results if you can copy/paste text examples and stack traces (if you have them) directly into this message thread. Some of us are too lazy to chase links, some of us don't want to waster time watching videos. And screenshots don't work well here either. So just simple text copy and paste is all we ask.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic