Skip to main content

All Questions

Tagged with
0 votes
0 answers
86 views

pound sign is not displaying correctly (showing like "xA3") in xml file generated from java in notepad++

I am generating one xml file from java code where currency symbol "£" is showing as xA3 in notepad++ and showing correctly in notepad. Encoding for the file is defined as UTF-8. If i copy ...
Deepti's user avatar
  • 5
2 votes
1 answer
272 views

Why does Java StandardCharsets provide three "UTF-16" encoding types but Notepad only provides 2 options (BE & LE)? [closed]

StandardCharsets provides three entries for UTF-16: /** * Sixteen-bit UCS Transformation Format, big-endian byte order */ public static final Charset UTF_16BE = new sun.nio.cs....
fatherazrael's user avatar
  • 5,821
1 vote
2 answers
234 views

How to reverse engineer a .RIB file? [closed]

In 2019 I bought a Zeal Optics Transcend GPS goggle for a very low price. These google were produced by Recon Instruments and they were later bought by Intel. The technology was very good an I was ...
Francesco Mantovani's user avatar
0 votes
1 answer
107 views

Is there a way to jump straight to the NppExec Console for inputs via keyboard shortcuts?

I'm completely new to programming and I started using Notepad++ to learn java. Is there a way to jump straight to the NppExec Console for inputs without having to use my mouse (i.e keyboard shortcuts)?...
honjoe's user avatar
  • 1
3 votes
0 answers
660 views

Compiling and running Java code in Notepad++ [closed]

I got a new computer and I'm trying to get Notepad++ to run how it did on my old one. I got the NPPExec plugin. When I click Execute, it brings up the commands I want to enter. My goal here is to have ...
Cooper D's user avatar
1 vote
0 answers
357 views

NppExec console output to CMD window

I have just started using Notepad++ for writing, compiling and running simple java programs. I found nppexec very quickly, and I'm currently using this script to compile and run: cd $(...
matrucious's user avatar
0 votes
1 answer
1k views

Copy and Paste from Notepad ++ to NetBeans

I found similar, but not quite the same question so here is my post: I write my java code in notepad++, then when I am happy with it, I copy and paste it to NetBeans to test it. The text copies over ...
Brian's user avatar
  • 67
0 votes
1 answer
682 views

Java JPEG hex to ASCII

I have to read JPEG pictures from a database. They are stored as Hex Strings. For tests I have saved the original hex String to a file, opened it with Notepad++ and applied Convert -> HEX --> ...
Hans's user avatar
  • 165
0 votes
0 answers
33 views

Subract a fixed amount from values in multiple XML files

I'm currently working on image labeling for multiple files and the labels are saved in XML. Turns out all the labels need to be shortened in height as the details in the upper part of the label are ...
aqila dika's user avatar
1 vote
1 answer
77 views

Encoding problem with file generated by Java program for a VB application

I have a tiny Java Encryption program that reads in a csv and generates an encrypted csv file to be uploaded to a VB application but the VB application after decrypting is not able to display the ...
Nikaselo's user avatar
0 votes
0 answers
57 views

Can I find a Java function names/syntax in Notepad++ or JRE/JDK folder?

Actually, I have my practical Java exam tomorrow. Only notepad++ is allowed in the exam, sometimes I forget the name of functions or I want to search for functions to do a specific task. In notepad+...
john doe's user avatar
  • 435
0 votes
1 answer
373 views

NppExec not being able to compile Java

I am trying to make NPPexec compile my java programs but the plugin doesn't work. I tried to direct it to were the file currently was, I gave up on that since it dint work and just made it to go to my ...
Cj_sucks_at_life's user avatar
0 votes
1 answer
444 views

Remove illegal characters from file in notepad++ or java

I have a huge file and that file contains a lot of illegal characters like in the image below, but these are not all. They are of many different kinds so it's not possible to search for them all and ...
Syed Muhammad Oan's user avatar
0 votes
0 answers
755 views

Sublime text 3 throws java.lang.ClassNotFoundException while notepad++ does not

Whenever I create a program on sublime text 3 and execute it, a java.lang.ClassNotFoundException will occur even if my code is completely correct and can be executed in Notepad++. For example, a ...
Z.Richard's user avatar
  • 337
1 vote
0 answers
173 views

embed xtext plugin in notepad++

I developed an Xtext plugin for my DSL but I would like to use it in a lightweight editor like npp. So i have search a bit and I saw that someone has developed a npp plugin in Ada. It means that they ...
user2858691's user avatar

15 30 50 per page
1
2 3 4 5 6